Searched refs:SaveStackDepth (Results 1 – 2 of 2) sorted by relevance
421 GLuint SaveStackDepth; member455 return ctx->Meta->SaveStackDepth != 0; in _mesa_meta_in_progress()
447 assert(ctx->Meta->SaveStackDepth < MAX_META_OPS_DEPTH); in _mesa_meta_begin()449 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++]; in _mesa_meta_begin()834 assert(ctx->Meta->SaveStackDepth > 0); in _mesa_meta_end()836 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; in _mesa_meta_end()1203 ctx->Meta->SaveStackDepth--; in _mesa_meta_end()