Home
last modified time | relevance | path

Searched refs:pipe (Results 401 - 425 of 2911) sorted by relevance

1...<<11121314151617181920>>...117

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_resource.c36 struct pipe_ctx *pipe = NULL; in link_get_cur_link_res() local
41 pipe = &link->dc->current_state->res_ctx.pipe_ctx[i]; in link_get_cur_link_res()
42 if (pipe->stream && pipe->stream->link && pipe->top_pipe == NULL) { in link_get_cur_link_res()
43 if (pipe->stream->link == link) { in link_get_cur_link_res()
44 *link_res = pipe->link_res; in link_get_cur_link_res()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.h57 * We have one bit per pipe and per scanout plane type.
60 #define INTEL_FRONTBUFFER(pipe, plane_id) \
61 BIT((plane_id) + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe));
62 #define INTEL_FRONTBUFFER_OVERLAY(pipe) \
63 BIT(INTEL_FRONTBUFFER_BITS_PER_PIPE - 1 + INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))
64 #define INTEL_FRONTBUFFER_ALL_MASK(pipe) \
65 GENMASK(INTEL_FRONTBUFFER_BITS_PER_PIPE * ((pipe) + 1) - 1, \
66 INTEL_FRONTBUFFER_BITS_PER_PIPE * (pipe))
H A Dintel_cursor.c156 /* final plane coordinates will be relative to the plane's pipe */ in intel_check_cursor()
304 enum pipe *pipe) in i845_cursor_get_hw_state()
318 *pipe = PIPE_A; in i845_cursor_get_hw_state()
349 cntl |= MCURSOR_PIPE_SEL(crtc->pipe); in i9xx_cursor_ctl_crtc()
433 enum pipe pipe = plane->pipe; in i9xx_check_cursor() local
466 * There's something wrong with the cursor on CHV pipe C. in i9xx_check_cursor()
469 * results in a pipe underru in i9xx_check_cursor()
303 i845_cursor_get_hw_state(struct intel_plane *plane, enum pipe *pipe) i845_cursor_get_hw_state() argument
493 enum pipe pipe = plane->pipe; i9xx_cursor_update_arm() local
564 i9xx_cursor_get_hw_state(struct intel_plane *plane, enum pipe *pipe) i9xx_cursor_get_hw_state() argument
760 intel_cursor_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe) intel_cursor_plane_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c28 #include "pipe/p_defines.h"
58 llvmpipe_create_rasterizer_state(struct pipe_context *pipe, in llvmpipe_create_rasterizer_state() argument
102 llvmpipe_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in llvmpipe_bind_rasterizer_state() argument
104 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_rasterizer_state()
123 llvmpipe_delete_rasterizer_state(struct pipe_context *pipe, in llvmpipe_delete_rasterizer_state() argument
134 llvmpipe->pipe.create_rasterizer_state = llvmpipe_create_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
135 llvmpipe->pipe.bind_rasterizer_state = llvmpipe_bind_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
136 llvmpipe->pipe.delete_rasterizer_state = llvmpipe_delete_rasterizer_state; in llvmpipe_init_rasterizer_funcs()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h30 #include "pipe/p_state.h"
31 #include "pipe/p_video_state.h"
108 struct pipe_vertex_buffer vl_vb_upload_quads(struct pipe_context *pipe);
110 struct pipe_vertex_buffer vl_vb_upload_pos(struct pipe_context *pipe, unsigned width, unsigned height);
112 void *vl_vb_get_ves_ycbcr(struct pipe_context *pipe);
114 void *vl_vb_get_ves_mv(struct pipe_context *pipe);
117 struct pipe_context *pipe,
122 void vl_vb_map(struct vl_vertex_buffer *buffer, struct pipe_context *pipe);
134 void vl_vb_unmap(struct vl_vertex_buffer *buffer, struct pipe_context *pipe);
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_colors.c40 struct pipe_context *pipe = p->pipe; in pp_nocolor() local
50 pipe->set_sampler_views(pipe, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &p->view); in pp_nocolor()
66 pp_tgsi_to_state(ppq->p->pipe, nored, false, "nored"); in pp_nored_init()
76 pp_tgsi_to_state(ppq->p->pipe, nogreen, false, "nogreen"); in pp_nogreen_init()
86 pp_tgsi_to_state(ppq->p->pipe, noblue, false, "noblue"); in pp_noblue_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c58 struct pipe_context *pipe, in panfrost_clear()
64 struct panfrost_context *ctx = pan_context(pipe); in panfrost_clear()
100 struct pipe_context *pipe, in panfrost_flush()
104 struct panfrost_context *ctx = pan_context(pipe); in panfrost_flush()
105 struct panfrost_device *dev = pan_device(pipe->screen); in panfrost_flush()
113 pipe->screen->fence_reference(pipe->screen, fence, NULL); in panfrost_flush()
122 panfrost_texture_barrier(struct pipe_context *pipe, unsigned flags) in panfrost_texture_barrier() argument
124 struct panfrost_context *ctx = pan_context(pipe); in panfrost_texture_barrier()
129 panfrost_set_frontend_noop(struct pipe_context *pipe, boo argument
57 panfrost_clear( struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) panfrost_clear() argument
99 panfrost_flush( struct pipe_context *pipe, struct pipe_fence_handle **fence, unsigned flags) panfrost_flush() argument
144 panfrost_bind_blend_state(struct pipe_context *pipe, void *cso) panfrost_bind_blend_state() argument
152 panfrost_set_blend_color(struct pipe_context *pipe, const struct pipe_blend_color *blend_color) panfrost_set_blend_color() argument
736 panfrost_bind_depth_stencil_state(struct pipe_context *pipe, void *cso) panfrost_bind_depth_stencil_state() argument
745 panfrost_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) panfrost_set_sample_mask() argument
754 panfrost_set_min_samples(struct pipe_context *pipe, unsigned min_samples) panfrost_set_min_samples() argument
763 panfrost_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) panfrost_set_clip_state() argument
770 panfrost_set_viewport_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *viewports) panfrost_set_viewport_states() argument
785 panfrost_set_scissor_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_scissors, const struct pipe_scissor_state *scissors) panfrost_set_scissor_states() argument
800 panfrost_set_polygon_stipple(struct pipe_context *pipe, const struct pipe_poly_stipple *stipple) panfrost_set_polygon_stipple() argument
807 panfrost_set_active_query_state(struct pipe_context *pipe, bool enable) panfrost_set_active_query_state() argument
816 panfrost_render_condition(struct pipe_context *pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) panfrost_render_condition() argument
829 panfrost_destroy(struct pipe_context *pipe) panfrost_destroy() argument
848 panfrost_create_query(struct pipe_context *pipe, unsigned type, unsigned index) panfrost_create_query() argument
861 panfrost_destroy_query(struct pipe_context *pipe, struct pipe_query *q) panfrost_destroy_query() argument
872 panfrost_begin_query(struct pipe_context *pipe, struct pipe_query *q) panfrost_begin_query() argument
920 panfrost_end_query(struct pipe_context *pipe, struct pipe_query *q) panfrost_end_query() argument
944 panfrost_get_query_result(struct pipe_context *pipe, struct pipe_query *q, bool wait, union pipe_query_result *vresult) panfrost_get_query_result() argument
[all...]
/third_party/musl/src/unistd/mips64/
H A Dpipe.s2 .global pipe
3 .type pipe,@function
4 pipe: label
5 lui $3, %hi(%neg(%gp_rel(pipe)))
6 daddiu $3, $3, %lo(%neg(%gp_rel(pipe)))
/third_party/musl/src/unistd/mipsn32/
H A Dpipe.s2 .global pipe
3 .type pipe,@function
4 pipe: label
5 lui $3, %hi(%neg(%gp_rel(pipe)))
6 addiu $3, $3, %lo(%neg(%gp_rel(pipe)))
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_private_obj.c351 struct komeda_pipeline *pipe) in komeda_pipeline_obj_add()
359 st->pipe = pipe; in komeda_pipeline_obj_add()
360 drm_atomic_private_obj_init(&kms->base, &pipe->obj, &st->obj, in komeda_pipeline_obj_add()
369 struct komeda_pipeline *pipe; in komeda_kms_add_private_objs() local
373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
375 err = komeda_pipeline_obj_add(kms, pipe); in komeda_kms_add_private_objs()
379 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_private_objs()
380 err = komeda_layer_obj_add(kms, pipe->layers[j]); in komeda_kms_add_private_objs()
385 if (pipe in komeda_kms_add_private_objs()
350 komeda_pipeline_obj_add(struct komeda_kms_dev *kms, struct komeda_pipeline *pipe) komeda_pipeline_obj_add() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_private_obj.c351 struct komeda_pipeline *pipe) in komeda_pipeline_obj_add()
359 st->pipe = pipe; in komeda_pipeline_obj_add()
360 drm_atomic_private_obj_init(&kms->base, &pipe->obj, &st->obj, in komeda_pipeline_obj_add()
369 struct komeda_pipeline *pipe; in komeda_kms_add_private_objs() local
373 pipe = mdev->pipelines[i]; in komeda_kms_add_private_objs()
375 err = komeda_pipeline_obj_add(kms, pipe); in komeda_kms_add_private_objs()
379 for (j = 0; j < pipe->n_layers; j++) { in komeda_kms_add_private_objs()
380 err = komeda_layer_obj_add(kms, pipe->layers[j]); in komeda_kms_add_private_objs()
385 if (pipe in komeda_kms_add_private_objs()
350 komeda_pipeline_obj_add(struct komeda_kms_dev *kms, struct komeda_pipeline *pipe) komeda_pipeline_obj_add() argument
[all...]
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c32 * drivers pipe->draw_vbo():
43 #include "pipe/p_state.h"
56 struct pipe_context *pipe; member
63 util_primconvert_create_config(struct pipe_context *pipe, in util_primconvert_create_config() argument
69 pc->pipe = pipe; in util_primconvert_create_config()
75 util_primconvert_create(struct pipe_context *pipe, uint32_t primtypes_mask) in util_primconvert_create() argument
78 return util_primconvert_create_config(pipe, &cfg); in util_primconvert_create()
150 src = pipe_buffer_map_range(pc->pipe, info->index.resource, in primconvert_init_draw()
190 pipe_buffer_unmap(pc->pipe, src_transfe in primconvert_init_draw()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c857 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_g_fmt_file() local
860 f->fmt.pix = pipe->pix; in atomisp_g_fmt_file()
1120 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in __atomisp_reqbufs() local
1121 struct atomisp_sub_device *asd = pipe->asd; in __atomisp_reqbufs()
1130 dev_err(pipe->isp->dev, "%s(): asd is NULL, device is %s\n", in __atomisp_reqbufs()
1137 mutex_lock(&pipe->capq.vb_lock); in __atomisp_reqbufs()
1138 if (!list_empty(&pipe->capq.stream)) in __atomisp_reqbufs()
1139 videobuf_queue_cancel(&pipe->capq); in __atomisp_reqbufs()
1141 atomisp_videobuf_free_queue(&pipe->capq); in __atomisp_reqbufs()
1142 mutex_unlock(&pipe in __atomisp_reqbufs()
1212 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_reqbufs_file() local
1229 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_querybuf() local
1238 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_querybuf_file() local
1253 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_qbuf() local
1439 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_qbuf_file() local
1476 __get_frame_exp_id(struct atomisp_video_pipe *pipe, struct v4l2_buffer *buf) __get_frame_exp_id() argument
1499 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_dqbuf() local
1692 __wdt_on_master_slave_sensor_pipe(struct atomisp_video_pipe *pipe, unsigned int wdt_duration, bool enable) __wdt_on_master_slave_sensor_pipe() argument
1751 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_streamon() local
2016 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); __atomisp_streamoff() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c52 struct pipe_context *pipe; in vlVdpOutputSurfaceCreate() local
66 pipe = dev->context; in vlVdpOutputSurfaceCreate()
67 if (!pipe) in vlVdpOutputSurfaceCreate()
98 if (!CheckSurfaceParams(pipe->screen, &res_tmpl)) in vlVdpOutputSurfaceCreate()
101 res = pipe->screen->resource_create(pipe->screen, &res_tmpl); in vlVdpOutputSurfaceCreate()
106 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpOutputSurfaceCreate()
112 vlsurface->surface = pipe->create_surface(pipe, re in vlVdpOutputSurfaceCreate()
148 struct pipe_context *pipe; vlVdpOutputSurfaceDestroy() local
203 struct pipe_context *pipe; vlVdpOutputSurfaceGetBitsNative() local
251 struct pipe_context *pipe; vlVdpOutputSurfacePutBitsNative() local
444 struct pipe_context *pipe; vlVdpOutputSurfacePutBitsYCbCr() local
[all...]
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H A Dechoaudio.c98 struct audiopipe *pipe = runtime->private_data; in audiopipe_free() local
100 if (pipe->sgpage.area) in audiopipe_free()
101 snd_dma_free_pages(&pipe->sgpage); in audiopipe_free()
102 kfree(pipe); in audiopipe_free()
271 struct audiopipe *pipe; in pcm_open() local
280 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
281 if (!pipe) in pcm_open()
283 pipe->index = -1; /* Not configured yet */ in pcm_open()
286 memcpy(&pipe->hw, &pcm_hardware_skel, sizeof(struct snd_pcm_hardware)); in pcm_open()
288 pipe in pcm_open()
529 struct audiopipe *pipe; init_engine() local
659 struct audiopipe *pipe; pcm_hw_free() local
739 struct audiopipe *pipe; pcm_trigger() local
810 struct audiopipe *pipe = runtime->private_data; pcm_pointer() local
1805 struct audiopipe *pipe = runtime->private_data; period_has_elapsed() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c229 struct pipe_ctx *pipe = &ctx->res_ctx.pipe_ctx[i]; in dcn32_calculate_cab_allocation() local
231 if (!pipe->stream || !pipe->plane_state) in dcn32_calculate_cab_allocation()
234 mall_ss_size_bytes += dcn32_helper_calculate_mall_bytes_for_cursor(dc, pipe, false); in dcn32_calculate_cab_allocation()
334 /* Send DMCUB message with SubVP pipe info
335 * - For each pipe in context, populate payload with required SubVP information
336 * if the pipe is using SubVP for MCLK switch
352 // There is at least 1 SubVP pipe, so enable SubVP in dcn32_commit_subvp_config()
361 * 1. Any full update for any SubVP main pipe
362 * 2. Any immediate flip for any SubVP pipe
376 struct pipe_ctx *pipe; dcn32_subvp_pipe_control_lock() local
607 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_update_force_pstate() local
628 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_update_force_pstate() local
659 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_update_mall_sel() local
719 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_program_mall_pipe_config() local
1201 struct pipe_ctx *pipe = NULL; dcn32_resync_fifo_dccg_dio() local
1358 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_update_phantom_vp_position() local
1465 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_enable_phantom_streams() local
[all...]
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dechoaudio.c97 struct audiopipe *pipe = runtime->private_data; in audiopipe_free() local
99 if (pipe->sgpage.area) in audiopipe_free()
100 snd_dma_free_pages(&pipe->sgpage); in audiopipe_free()
101 kfree(pipe); in audiopipe_free()
270 struct audiopipe *pipe; in pcm_open() local
279 pipe = kzalloc(sizeof(struct audiopipe), GFP_KERNEL); in pcm_open()
280 if (!pipe) in pcm_open()
282 pipe->index = -1; /* Not configured yet */ in pcm_open()
285 memcpy(&pipe->hw, &pcm_hardware_skel, sizeof(struct snd_pcm_hardware)); in pcm_open()
287 pipe in pcm_open()
542 struct audiopipe *pipe; init_engine() local
672 struct audiopipe *pipe; pcm_hw_free() local
752 struct audiopipe *pipe; pcm_trigger() local
823 struct audiopipe *pipe = runtime->private_data; pcm_pointer() local
1823 struct audiopipe *pipe = runtime->private_data; period_has_elapsed() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dtransport.h72 extern int usb_stor_control_msg(struct us_data *us, unsigned int pipe,
75 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
77 extern int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe,
80 extern int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe,
82 extern int usb_stor_bulk_transfer_sg(struct us_data *us, unsigned int pipe,
84 extern int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe,
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/
H A Dxilinx-dma.h30 * @pipe: media pipeline
38 struct media_pipeline pipe; member
50 struct media_pipeline *pipe = video_device_pipeline(vdev); in to_xvip_pipeline() local
52 if (!pipe) in to_xvip_pipeline()
55 return container_of(pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline()
64 * @pipe: pipeline belonging to the DMA channel
84 struct xvip_pipeline pipe; member
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dtransport.h72 extern int usb_stor_control_msg(struct us_data *us, unsigned int pipe,
75 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
77 extern int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe,
80 extern int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe,
82 extern int usb_stor_bulk_transfer_sg(struct us_data *us, unsigned int pipe,
84 extern int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe,
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.h107 struct fd_pipe *pipe; member
121 void fd_pipe_sp_flush(struct fd_pipe *pipe, uint32_t fence);
123 struct fd_submit *fd_submit_sp_new(struct fd_pipe *pipe,
125 void fd_pipe_sp_ringpool_init(struct fd_pipe *pipe);
126 void fd_pipe_sp_ringpool_fini(struct fd_pipe *pipe);
127 struct fd_ringbuffer *fd_ringbuffer_sp_new_object(struct fd_pipe *pipe, uint32_t size);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.h31 #include "pipe/p_compiler.h"
32 #include "pipe/p_format.h"
46 void debug_dump_surface(struct pipe_context *pipe,
49 void debug_dump_texture(struct pipe_context *pipe,
52 void debug_dump_surface_bmp(struct pipe_context *pipe,
55 void debug_dump_transfer_bmp(struct pipe_context *pipe,
66 #define debug_dump_surface(pipe, prefix, surface) ((void)0)
67 #define debug_dump_surface_bmp(pipe, filename, surface) ((void)0)
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c69 struct pipe_context *pctx = stctx ? stctx->pipe : NULL; in xmesa_st_framebuffer_display()
100 struct pipe_context *pipe; in xmesa_st_framebuffer_copy_textures() local
105 pipe = xmesa_get_context(stfbi); in xmesa_st_framebuffer_copy_textures()
110 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0, in xmesa_st_framebuffer_copy_textures()
413 struct pipe_context *pipe; in xmesa_get_context() local
416 pipe = xstfb->display->pipe; in xmesa_get_context()
417 if (!pipe) { in xmesa_get_context()
418 pipe in xmesa_get_context()
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, in i915_clear_emit() argument
47 struct i915_context *i915 = i915_context(pipe); in i915_clear_emit()
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, in i915_clear_blitter() argument
226 &i915_context(pipe)->framebuffer; in i915_clear_blitter()
234 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, in i915_clear_blitter()
242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_blitter()
249 i915_clear_render(struct pipe_context *pipe, unsigned buffers, in i915_clear_render() argument
254 struct i915_context *i915 = i915_context(pipe); in i915_clear_render()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_draw.c29 #include "pipe/p_state.h"
74 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
91 map = pipe_buffer_map(&svga->pipe, info->index.resource, in svga_swtnl_draw_vbo()
106 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
131 pipe_buffer_unmap(&svga->pipe, vb_transfer[i]); in svga_swtnl_draw_vbo()
137 pipe_buffer_unmap(&svga->pipe, ib_transfer); in svga_swtnl_draw_vbo()
143 pipe_buffer_unmap(&svga->pipe, cb_transfer[i]); in svga_swtnl_draw_vbo()
159 struct svga_screen *screen = svga_screen(svga->pipe.screen); in svga_init_swtnl()
168 svga->swtnl.draw = draw_create(&svga->pipe); in svga_init_swtnl()
178 svga->blitter = util_blitter_create(&svga->pipe); in svga_init_swtnl()
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...117