Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c95 pipe->set_stream_output_targets = softpipe_set_so_targets; in softpipe_init_streamout_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c116 pipe->pipe.set_stream_output_targets = llvmpipe_set_so_targets; in llvmpipe_init_so_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h23 CALL(set_stream_output_targets)
Du_blitter.c680 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()
Du_threaded_context.c1777 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/
Dvirgl_streamout.c101 vctx->base.set_stream_output_targets = virgl_set_so_targets; in virgl_init_so_functions()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp967 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/
Dp_context.h618 void (*set_stream_output_targets)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c437 sctx->b.set_stream_output_targets = si_set_streamout_targets; in si_init_streamout_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c475 ctx->set_stream_output_targets = noop_set_stream_output_targets; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c389 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/
Ddd_context.c603 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/
Dfreedreno_blitter.c240 pctx->set_stream_output_targets(pctx, 0, NULL, NULL); in fd_blitter_clear()
Dfreedreno_state.c734 pctx->set_stream_output_targets = fd_set_stream_output_targets; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c535 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/
Drbug_context.c860 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/
Dtegra_context.c694 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/
Detnaviv_state.c882 pctx->set_stream_output_targets = etna_set_stream_output_targets; in etna_state_init()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py582 def set_stream_output_targets(self, num_targets, tgs, offsets): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1333 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/
Dpan_context.c1135 gallium->set_stream_output_targets = panfrost_set_stream_output_targets; in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1514 pctx->set_stream_output_targets = v3d_set_stream_output_targets; in v3dX()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1517 pipe->set_stream_output_targets = nv50_set_stream_output_targets; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1520 pipe->set_stream_output_targets = nvc0_set_transform_feedback_targets; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c1722 ctx->set_stream_output_targets = agx_set_stream_output_targets; in agx_init_state_functions()

12