Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c120 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member
807 ctx->stencil_ref_saved = ctx->stencil_ref; in cso_save_stencil_ref()
814 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved, in cso_restore_stencil_ref()
816 ctx->stencil_ref = ctx->stencil_ref_saved; in cso_restore_stencil_ref()

Completed in 3 milliseconds