Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c124 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member
838 ctx->stencil_ref_saved = ctx->stencil_ref; in cso_save_stencil_ref()
845 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved, in cso_restore_stencil_ref()
847 ctx->stencil_ref = ctx->stencil_ref_saved; in cso_restore_stencil_ref()