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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c119 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
716 ctx->stencil_ref_saved = ctx->stencil_ref;
722 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
724 ctx->stencil_ref = ctx->stencil_ref_saved;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c119 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
716 ctx->stencil_ref_saved = ctx->stencil_ref;
722 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
724 ctx->stencil_ref = ctx->stencil_ref_saved;

Completed in 282 milliseconds