Searched refs:SaveStackDepth (Results 1 – 2 of 2) sorted by relevance
360 GLuint SaveStackDepth; member394 return ctx->Meta->SaveStackDepth != 0; in _mesa_meta_in_progress()
466 assert(ctx->Meta->SaveStackDepth < MAX_META_OPS_DEPTH); in _mesa_meta_begin()468 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++]; in _mesa_meta_begin()851 assert(ctx->Meta->SaveStackDepth > 0); in _mesa_meta_end()853 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; in _mesa_meta_end()1215 ctx->Meta->SaveStackDepth--; in _mesa_meta_end()