/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_so.c | 93 pipe->create_stream_output_target = softpipe_create_so_target; in softpipe_init_streamout_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_so.c | 114 pipe->pipe.create_stream_output_target = llvmpipe_create_so_target; in llvmpipe_init_so_funcs()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_streamout.c | 99 vctx->base.create_stream_output_target = virgl_create_so_target; in virgl_init_so_functions()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_xformfb.c | 135 pipe->create_stream_output_target(pipe, bo->buffer, in st_begin_transform_feedback()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_streamout.c | 360 rctx->b.create_stream_output_target = r600_create_so_target; in r600_streamout_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 473 ctx->create_stream_output_target = noop_create_stream_output_target; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 593 struct pipe_stream_output_target *(*create_stream_output_target)( member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 495 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/ |
D | si_state_streamout.c | 466 sctx->b.create_stream_output_target = si_create_so_target; in si_init_streamout_functions()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 528 svga->pipe.create_stream_output_target = svga_create_stream_output_target; in svga_init_stream_output_functions()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 659 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/ |
D | rbug_context.c | 833 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/ |
D | freedreno_state.c | 691 pctx->create_stream_output_target = fd_create_stream_output_target; in fd_state_init()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 702 def create_stream_output_target(self, res, buffer_offset, buffer_size): member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1240 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/ |
D | Shader.cpp | 954 so_target = pipe->create_stream_output_target(pipe, buffer, in SoSetTargets()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.c | 1095 gallium->create_stream_output_target = panfrost_create_stream_output_target; in panfrost_create_context()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1439 pctx->create_stream_output_target = v3d_create_stream_output_target; in v3dX()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 2539 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()
|
D | u_threaded_context.c | 1840 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/ |
D | nv50_state.c | 1515 pipe->create_stream_output_target = nv50_so_target_create; in nv50_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1518 pipe->create_stream_output_target = nvc0_so_target_create; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 1655 ctx->create_stream_output_target = agx_create_stream_output_target; in agx_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 1896 ctx->base.create_stream_output_target = d3d12_create_stream_output_target; in d3d12_context_create()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 2238 pipe->create_stream_output_target = swr_create_so_target; in swr_state_init()
|