HomeSort by relevance Sort by last modified time
    Searched full:depth_stencil_saved (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 106 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
559 assert(!ctx->depth_stencil_saved);
560 ctx->depth_stencil_saved = ctx->depth_stencil;
566 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
567 ctx->depth_stencil = ctx->depth_stencil_saved;
569 ctx->depth_stencil_saved);
571 ctx->depth_stencil_saved = NULL;
    [all...]

Completed in 80 milliseconds