/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_so.c | 95 pipe->set_stream_output_targets = softpipe_set_so_targets; in softpipe_init_streamout_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_so.c | 116 pipe->pipe.set_stream_output_targets = llvmpipe_set_so_targets; in llvmpipe_init_so_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 23 CALL(set_stream_output_targets)
|
D | u_blitter.c | 680 pipe->set_stream_output_targets(pipe, in util_blitter_restore_vertex_states() 1391 pipe->set_stream_output_targets(pipe, 0, NULL, NULL); in blitter_set_common_draw_rect_state() 2645 pipe->set_stream_output_targets(pipe, 1, &so_target, offsets); in util_blitter_clear_buffer()
|
D | u_threaded_context.c | 1777 pipe->set_stream_output_targets(pipe, count, p->targets, p->offsets); in tc_call_set_stream_output_targets() 4568 CTX_INIT(set_stream_output_targets); in threaded_context_create()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_streamout.c | 101 vctx->base.set_stream_output_targets = virgl_set_so_targets; in virgl_init_so_functions()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Shader.cpp | 967 if (!pipe->set_stream_output_targets) { in SoSetTargets() 968 LOG_UNSUPPORTED(pipe->set_stream_output_targets); in SoSetTargets() 972 pipe->set_stream_output_targets(pipe, SOTargets, pDevice->so_targets, in SoSetTargets()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 618 void (*set_stream_output_targets)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_streamout.c | 437 sctx->b.set_stream_output_targets = si_set_streamout_targets; in si_init_streamout_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 475 ctx->set_stream_output_targets = noop_set_stream_output_targets; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 389 ctx->pipe->set_stream_output_targets(ctx->pipe, 0, NULL, NULL); in cso_unbind_context() 1410 pipe->set_stream_output_targets(pipe, num_targets, targets, in cso_set_stream_outputs() 1461 pipe->set_stream_output_targets(pipe, ctx->nr_so_targets_saved, in cso_restore_stream_outputs()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 603 pipe->set_stream_output_targets(pipe, num_targets, tgs, offsets); in dd_context_set_stream_output_targets() 923 CTX_INIT(set_stream_output_targets); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 240 pctx->set_stream_output_targets(pctx, 0, NULL, NULL); in fd_blitter_clear()
|
D | freedreno_state.c | 734 pctx->set_stream_output_targets = fd_set_stream_output_targets; in fd_state_init()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 535 svga->pipe.set_stream_output_targets = svga_set_stream_output_targets; in svga_init_stream_output_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 860 pipe->set_stream_output_targets(pipe, num_targets, targets, offsets); in rbug_set_stream_output_targets() 1342 rb_pipe->base.set_stream_output_targets = rbug_set_stream_output_targets; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 694 context->gpu->set_stream_output_targets(context->gpu, num_targets, in tegra_set_stream_output_targets() 1370 context->base.set_stream_output_targets = tegra_set_stream_output_targets; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 882 pctx->set_stream_output_targets = etna_set_stream_output_targets; in etna_state_init()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 582 def set_stream_output_targets(self, num_targets, tgs, offsets): member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1333 pipe->set_stream_output_targets(pipe, num_targets, tgs, offsets); in trace_context_set_stream_output_targets() 2373 TR_CTX_INIT(set_stream_output_targets); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.c | 1135 gallium->set_stream_output_targets = panfrost_set_stream_output_targets; in panfrost_create_context()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1514 pctx->set_stream_output_targets = v3d_set_stream_output_targets; in v3dX()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1517 pipe->set_stream_output_targets = nv50_set_stream_output_targets; in nv50_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1520 pipe->set_stream_output_targets = nvc0_set_transform_feedback_targets; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 1722 ctx->set_stream_output_targets = agx_set_stream_output_targets; in agx_init_state_functions()
|