/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_so.c | 94 pipe->stream_output_target_destroy = softpipe_so_target_destroy; in softpipe_init_streamout_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_so.c | 115 pipe->pipe.stream_output_target_destroy = llvmpipe_so_target_destroy; in llvmpipe_init_so_funcs()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_streamout.c | 100 vctx->base.stream_output_target_destroy = virgl_destroy_so_target; in virgl_init_so_functions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_streamout.c | 361 rctx->b.stream_output_target_destroy = r600_so_target_destroy; in r600_streamout_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 474 ctx->stream_output_target_destroy = noop_stream_output_target_destroy; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 599 void (*stream_output_target_destroy)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 510 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/ |
D | si_state_streamout.c | 467 sctx->b.stream_output_target_destroy = si_so_target_destroy; in si_init_streamout_functions()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 529 svga->pipe.stream_output_target_destroy = svga_destroy_stream_output_target; in svga_init_stream_output_functions()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 671 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/ |
D | rbug_context.c | 847 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/ |
D | freedreno_state.c | 692 pctx->stream_output_target_destroy = fd_stream_output_target_destroy; in fd_state_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 229 old_dst->context->stream_output_target_destroy(old_dst->context, old_dst); in pipe_so_target_reference()
|
D | u_threaded_context.c | 169 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/ |
D | tr_context.c | 1264 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/ |
D | pan_context.c | 1096 gallium->stream_output_target_destroy = panfrost_stream_output_target_destroy; in panfrost_create_context()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1440 pctx->stream_output_target_destroy = v3d_stream_output_target_destroy; in v3dX()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1516 pipe->stream_output_target_destroy = nv50_so_target_destroy; in nv50_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1519 pipe->stream_output_target_destroy = nvc0_so_target_destroy; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 1656 ctx->stream_output_target_destroy = agx_stream_output_target_destroy; in agx_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 1897 ctx->base.stream_output_target_destroy = d3d12_stream_output_target_destroy; in d3d12_context_create()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 2239 pipe->stream_output_target_destroy = swr_destroy_so_target; in swr_state_init()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 3360 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/ |
D | context.rst | 249 * ``stream_output_target_destroy`` destroys a target. Users of this should
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 3321 pipe_sw->stream_output_target_destroy(pipe_sw, target); in NineDevice9_ProcessVertices()
|