Lines Matching refs:temp_texture
104 struct temp_texture *tex);
1242 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1263 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1274 struct temp_texture *
1277 struct temp_texture *tex = &ctx->Meta->TempTex; in _mesa_meta_get_temp_texture()
1292 static struct temp_texture *
1295 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1308 struct temp_texture *
1311 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()
1330 _mesa_meta_alloc_texture(struct temp_texture *tex, in _mesa_meta_alloc_texture()
1384 struct temp_texture *tex, in _mesa_meta_setup_copypix_texture()
1432 struct temp_texture *tex, in _mesa_meta_setup_drawpix_texture()
1816 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_CopyPixels()
2020 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_stencil_pixels()
2054 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_depth_pixels()
2086 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_DrawPixels()
2340 struct temp_texture *tex = get_bitmap_temp_texture(ctx); in _mesa_meta_Bitmap()