Home
last modified time | relevance | path

Searched refs:render_condition_mem (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c224 llvmpipe->pipe.render_condition_mem = llvmpipe_render_condition_mem; in llvmpipe_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h206 void (*render_condition_mem)( struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2021 context->render_condition_mem(context, buffer, offset, condition); in trace_context_render_condition_mem()
2312 TR_CTX_INIT(render_condition_mem); in trace_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3623 state->pctx->render_condition_mem(state->pctx, in handle_begin_conditional_rendering()
3631 state->pctx->render_condition_mem(state->pctx, NULL, 0, false); in handle_end_conditional_rendering()
/third_party/mesa3d/docs/gallium/
Dcontext.rst570 The ''render_condition_mem'' function specifies the drawing is dependant
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3178 - aux/trace: add pipe_context::render_condition_mem