Searched refs:depth_stencil_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.c105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
478 assert(!ctx->depth_stencil_saved);
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
487 ctx->depth_stencil_saved);
489 ctx->depth_stencil_saved = NULL;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
478 assert(!ctx->depth_stencil_saved);
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
487 ctx->depth_stencil_saved);
489 ctx->depth_stencil_saved = NULL;

Completed in 405 milliseconds