Searched refs:stream_output_target_destroy (Results 1 – 22 of 22) sorted by relevance
86 pipe->stream_output_target_destroy = softpipe_so_target_destroy; in softpipe_init_streamout_funcs()
100 pipe->pipe.stream_output_target_destroy = llvmpipe_so_target_destroy; in llvmpipe_init_so_funcs()
86 vctx->base.stream_output_target_destroy = virgl_destroy_so_target; in virgl_init_so_functions()
257 void (*stream_output_target_destroy)(struct pipe_context *, member
305 ctx->stream_output_target_destroy = noop_stream_output_target_destroy; in noop_init_state_functions()
336 svga->pipe.stream_output_target_destroy = svga_destroy_stream_output_target; in svga_init_stream_output_functions()
386 void (*stream_output_target_destroy)(struct pipe_context *, member
489 pipe->stream_output_target_destroy(pipe, target); in dd_context_stream_output_target_destroy()828 CTX_INIT(stream_output_target_destroy); in dd_context_create()
361 rctx->b.stream_output_target_destroy = r600_so_target_destroy; in r600_streamout_init()
415 sctx->b.b.stream_output_target_destroy = si_so_target_destroy; in si_init_streamout_functions()
185 old->context->stream_output_target_destroy(old->context, old); in pipe_so_target_reference()
540 pctx->stream_output_target_destroy = fd_stream_output_target_destroy; in fd_state_init()
196 old->context->stream_output_target_destroy(old->context, old); in pipe_so_target_reference()
1149 pipe->stream_output_target_destroy(pipe, target); in tc_stream_output_target_destroy()2636 CTX_INIT(stream_output_target_destroy); in threaded_context_create()
833 pipe->stream_output_target_destroy(pipe, target); in rbug_stream_output_target_destroy()1246 rb_pipe->base.stream_output_target_destroy = rbug_stream_output_target_destroy; in rbug_context_create()
1078 pipe->stream_output_target_destroy(pipe, target); in trace_context_stream_output_target_destroy()1896 TR_CTX_INIT(stream_output_target_destroy); in trace_context_create()
928 pctx->stream_output_target_destroy = vc5_stream_output_target_destroy;
1323 pipe->stream_output_target_destroy = nv50_so_target_destroy; in nv50_init_state_functions()
1406 pipe->stream_output_target_destroy = nvc0_so_target_destroy; in nvc0_init_state_functions()
1944 pipe->stream_output_target_destroy = swr_destroy_so_target; in swr_state_init()
220 * ``stream_output_target_destroy`` destroys a target. Users of this should
3044 pipe_sw->stream_output_target_destroy(pipe_sw, target); in NineDevice9_ProcessVertices()