Searched refs:SaveStackDepth (Results 1 – 1 of 1) sorted by relevance
333 GLuint SaveStackDepth; member497 assert(ctx->Meta->SaveStackDepth < MAX_META_OPS_DEPTH); in _mesa_meta_begin()499 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++]; in _mesa_meta_begin()835 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; in _mesa_meta_end()1138 ctx->Meta->SaveStackDepth--; in _mesa_meta_end()1148 return ctx->Meta->SaveStackDepth != 0; in _mesa_meta_in_progress()