Home
last modified time | relevance | path

Searched refs:stream_output_target_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_so.c117 pipe->pipe.stream_output_target_offset = llvmpipe_so_offset; in llvmpipe_init_so_funcs()
/third_party/mesa3d/docs/relnotes/
D21.3.5.rst101 - aux/trace: copy over stream_output_target_offset method from context
D22.0.0.rst3240 - aux/trace: copy over stream_output_target_offset method from context
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h623 uint32_t (*stream_output_target_offset)(struct pipe_stream_output_target *target); member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2375 tr_ctx->base.stream_output_target_offset = pipe->stream_output_target_offset; in trace_context_create()
/third_party/mesa3d/docs/gallium/
Dcontext.rst259 * ``stream_output_target_offset`` Retrieve the internal stream offset from
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3587 offset = state->pctx->stream_output_target_offset(state->so_targets[i]); in handle_end_transform_feedback()