Home
last modified time | relevance | path

Searched refs:create_stream_output_target (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_so.c93 pipe->create_stream_output_target = softpipe_create_so_target; in softpipe_init_streamout_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c114 pipe->pipe.create_stream_output_target = llvmpipe_create_so_target; in llvmpipe_init_so_funcs()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_streamout.c99 vctx->base.create_stream_output_target = virgl_create_so_target; in virgl_init_so_functions()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h609 struct pipe_stream_output_target *(*create_stream_output_target)( member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_streamout.c360 rctx->b.create_stream_output_target = r600_create_so_target; in r600_streamout_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c435 sctx->b.create_stream_output_target = si_create_so_target; in si_init_streamout_functions()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c533 svga->pipe.create_stream_output_target = svga_create_stream_output_target; in svga_init_stream_output_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c473 ctx->create_stream_output_target = noop_create_stream_output_target; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c495 pipe->create_stream_output_target(pipe, res, buffer_offset, in dd_context_create_stream_output_target()
921 CTX_INIT(create_stream_output_target); in dd_context_create()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py752 def create_stream_output_target(self, res, buffer_offset, buffer_size): member in Context
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c447 pipe->create_stream_output_target(pipe, bo->buffer, in begin_transform_feedback()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c732 pctx->create_stream_output_target = fd_create_stream_output_target; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c671 return context->gpu->create_stream_output_target(context->gpu, in tegra_create_stream_output_target()
1368 context->base.create_stream_output_target = tegra_create_stream_output_target; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1280 trace_dump_call_begin("pipe_context", "create_stream_output_target"); in trace_context_create_stream_output_target()
1287 result = pipe->create_stream_output_target(pipe, in trace_context_create_stream_output_target()
2371 TR_CTX_INIT(create_stream_output_target); in trace_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c832 target = pipe->create_stream_output_target(pipe, res, buffer_offset, in rbug_create_stream_output_target()
1340 rb_pipe->base.create_stream_output_target = rbug_create_stream_output_target; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c1512 pctx->create_stream_output_target = v3d_create_stream_output_target; in state_init()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShader.cpp954 so_target = pipe->create_stream_output_target(pipe, buffer,
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1133 gallium->create_stream_output_target = panfrost_create_stream_output_target; in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1515 pipe->create_stream_output_target = nv50_so_target_create; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c1720 ctx->create_stream_output_target = agx_create_stream_output_target; in agx_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1518 pipe->create_stream_output_target = nvc0_so_target_create; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1900 view = pipe->create_stream_output_target(pipe, res, buffer_offset, in tc_create_stream_output_target()
4566 CTX_INIT(create_stream_output_target); in threaded_context_create()
H A Du_blitter.c2644 so_target = pipe->create_stream_output_target(pipe, dst, offset, size); in util_blitter_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2475 ctx->base.create_stream_output_target = d3d12_create_stream_output_target;
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c3298 target = pipe_sw->create_stream_output_target(pipe_sw, resource, in NineDevice9_ProcessVertices()

Completed in 53 milliseconds

12