Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c101 void *depth_stencil, *depth_stencil_saved; member
535 assert(!ctx->depth_stencil_saved); in cso_save_depth_stencil_alpha()
536 ctx->depth_stencil_saved = ctx->depth_stencil; in cso_save_depth_stencil_alpha()
542 if (ctx->depth_stencil != ctx->depth_stencil_saved) { in cso_restore_depth_stencil_alpha()
543 ctx->depth_stencil = ctx->depth_stencil_saved; in cso_restore_depth_stencil_alpha()
545 ctx->depth_stencil_saved); in cso_restore_depth_stencil_alpha()
547 ctx->depth_stencil_saved = NULL; in cso_restore_depth_stencil_alpha()