Home
last modified time | relevance | path

Searched refs:stream_output_target_destroy (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c94 pipe->stream_output_target_destroy = softpipe_so_target_destroy; in softpipe_init_streamout_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c115 pipe->pipe.stream_output_target_destroy = llvmpipe_so_target_destroy; in llvmpipe_init_so_funcs()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_streamout.c100 vctx->base.stream_output_target_destroy = virgl_destroy_so_target; in virgl_init_so_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_streamout.c361 rctx->b.stream_output_target_destroy = r600_so_target_destroy; in r600_streamout_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c474 ctx->stream_output_target_destroy = noop_stream_output_target_destroy; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h599 void (*stream_output_target_destroy)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c510 pipe->stream_output_target_destroy(pipe, target); in dd_context_stream_output_target_destroy()
922 CTX_INIT(stream_output_target_destroy); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c467 sctx->b.stream_output_target_destroy = si_so_target_destroy; in si_init_streamout_functions()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c529 svga->pipe.stream_output_target_destroy = svga_destroy_stream_output_target; in svga_init_stream_output_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c671 context->gpu->stream_output_target_destroy(context->gpu, target); in tegra_stream_output_target_destroy()
1351 context->base.stream_output_target_destroy = tegra_stream_output_target_destroy; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c847 pipe->stream_output_target_destroy(pipe, target); in rbug_stream_output_target_destroy()
1342 rb_pipe->base.stream_output_target_destroy = rbug_stream_output_target_destroy; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c692 pctx->stream_output_target_destroy = fd_stream_output_target_destroy; in fd_state_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h229 old_dst->context->stream_output_target_destroy(old_dst->context, old_dst); in pipe_so_target_reference()
Du_threaded_context.c169 dst->context->stream_output_target_destroy(dst->context, dst); in tc_drop_so_target_reference()
1853 pipe->stream_output_target_destroy(pipe, target); in tc_stream_output_target_destroy()
4366 CTX_INIT(stream_output_target_destroy); in threaded_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1264 pipe->stream_output_target_destroy(pipe, target); in trace_context_stream_output_target_destroy()
2272 TR_CTX_INIT(stream_output_target_destroy); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1096 gallium->stream_output_target_destroy = panfrost_stream_output_target_destroy; in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1440 pctx->stream_output_target_destroy = v3d_stream_output_target_destroy; in v3dX()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1516 pipe->stream_output_target_destroy = nv50_so_target_destroy; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1519 pipe->stream_output_target_destroy = nvc0_so_target_destroy; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c1656 ctx->stream_output_target_destroy = agx_stream_output_target_destroy; in agx_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1897 ctx->base.stream_output_target_destroy = d3d12_stream_output_target_destroy; in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2239 pipe->stream_output_target_destroy = swr_destroy_so_target; in swr_state_init()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3360 state->pctx->stream_output_target_destroy(state->pctx, state->so_targets[idx]); in handle_bind_transform_feedback_buffers()
3939 state.pctx->stream_output_target_destroy(state.pctx, state.so_targets[i]); in lvp_execute_cmds()
/third_party/mesa3d/docs/gallium/
Dcontext.rst249 * ``stream_output_target_destroy`` destroys a target. Users of this should
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3321 pipe_sw->stream_output_target_destroy(pipe_sw, target); in NineDevice9_ProcessVertices()

12