Home
last modified time | relevance | path

Searched refs:create_stream_output_target (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c93 pipe->create_stream_output_target = softpipe_create_so_target; in softpipe_init_streamout_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c114 pipe->pipe.create_stream_output_target = llvmpipe_create_so_target; in llvmpipe_init_so_funcs()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_streamout.c99 vctx->base.create_stream_output_target = virgl_create_so_target; in virgl_init_so_functions()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_xformfb.c135 pipe->create_stream_output_target(pipe, bo->buffer, in st_begin_transform_feedback()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_streamout.c360 rctx->b.create_stream_output_target = r600_create_so_target; in r600_streamout_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c473 ctx->create_stream_output_target = noop_create_stream_output_target; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h593 struct pipe_stream_output_target *(*create_stream_output_target)( member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c495 pipe->create_stream_output_target(pipe, res, buffer_offset, in dd_context_create_stream_output_target()
921 CTX_INIT(create_stream_output_target); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c466 sctx->b.create_stream_output_target = si_create_so_target; in si_init_streamout_functions()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c528 svga->pipe.create_stream_output_target = svga_create_stream_output_target; in svga_init_stream_output_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c659 return context->gpu->create_stream_output_target(context->gpu, in tegra_create_stream_output_target()
1350 context->base.create_stream_output_target = tegra_create_stream_output_target; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c833 target = pipe->create_stream_output_target(pipe, res, buffer_offset, in rbug_create_stream_output_target()
1341 rb_pipe->base.create_stream_output_target = rbug_create_stream_output_target; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c691 pctx->create_stream_output_target = fd_create_stream_output_target; in fd_state_init()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py702 def create_stream_output_target(self, res, buffer_offset, buffer_size): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1240 result = pipe->create_stream_output_target(pipe, in trace_context_create_stream_output_target()
2271 TR_CTX_INIT(create_stream_output_target); in trace_context_create()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp954 so_target = pipe->create_stream_output_target(pipe, buffer, in SoSetTargets()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1095 gallium->create_stream_output_target = panfrost_create_stream_output_target; in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1439 pctx->create_stream_output_target = v3d_create_stream_output_target; in v3dX()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c2539 so_target = pipe->create_stream_output_target(pipe, dst, dstx, size); in util_blitter_copy_buffer()
2606 so_target = pipe->create_stream_output_target(pipe, dst, offset, size); in util_blitter_clear_buffer()
Du_threaded_context.c1840 view = pipe->create_stream_output_target(pipe, res, buffer_offset, in tc_create_stream_output_target()
4365 CTX_INIT(create_stream_output_target); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1515 pipe->create_stream_output_target = nv50_so_target_create; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1518 pipe->create_stream_output_target = nvc0_so_target_create; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c1655 ctx->create_stream_output_target = agx_create_stream_output_target; in agx_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1896 ctx->base.create_stream_output_target = d3d12_create_stream_output_target; in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2238 pipe->create_stream_output_target = swr_create_so_target; in swr_state_init()

12