Lines Matching refs:Meta

427    ASSERT(!ctx->Meta);  in _mesa_meta_init()
429 ctx->Meta = CALLOC_STRUCT(gl_meta_state); in _mesa_meta_init()
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit); in _mesa_meta_free()
443 meta_glsl_clear_cleanup(ctx, &ctx->Meta->Clear); in _mesa_meta_free()
444 meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap); in _mesa_meta_free()
445 cleanup_temp_texture(ctx, &ctx->Meta->TempTex); in _mesa_meta_free()
450 free(ctx->Meta); in _mesa_meta_free()
451 ctx->Meta = NULL; in _mesa_meta_free()
497 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()
1209 struct temp_texture *tex = &ctx->Meta->TempTex; in get_temp_texture()
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1399 struct blit_state *blit = &ctx->Meta->Blit; in init_blit_depth_pixels()
1579 struct blit_state *blit = &ctx->Meta->Blit; in _mesa_meta_BlitFramebuffer()
1757 struct clear_state *clear = &ctx->Meta->Clear; in _mesa_meta_Clear()
1988 struct clear_state *clear = &ctx->Meta->Clear; in _mesa_meta_glsl_Clear()
2105 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels()
2291 struct drawpix_state *drawpix = &ctx->Meta->DrawPix; in init_draw_stencil_pixels()
2325 struct drawpix_state *drawpix = &ctx->Meta->DrawPix; in init_draw_depth_pixels()
2357 struct drawpix_state *drawpix = &ctx->Meta->DrawPix; in _mesa_meta_DrawPixels()
2625 struct bitmap_state *bitmap = &ctx->Meta->Bitmap; in _mesa_meta_Bitmap()
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_check_generate_mipmap_fallback()
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_GenerateMipmap()
3604 struct decompress_state *decompress = &ctx->Meta->Decompress; in decompress_texture_image()
3848 struct drawtex_state *drawtex = &ctx->Meta->DrawTex; in _mesa_meta_DrawTex()