Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h739 void (*evaluate_depth_buffer)(struct pipe_context *pipe); member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1780 pipe->evaluate_depth_buffer = gm200_evaluate_depth_buffer; in nvc0_init_surface_functions()
/third_party/mesa3d/docs/gallium/
Dcontext.rst309 ``evaluate_depth_buffer`` is a hint to decompress the current depth buffer
/third_party/mesa3d/src/mesa/main/
Dfbobject.c5736 ctx->pipe->evaluate_depth_buffer(ctx->pipe); in _mesa_EvaluateDepthValuesARB()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4491 ctx->base.evaluate_depth_buffer = zink_evaluate_depth_buffer; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3975 - zink: add a pipe_context::evaluate_depth_buffer hook