Lines Matching refs:temp_texture
102 struct temp_texture *tex);
1230 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1251 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1262 struct temp_texture *
1265 struct temp_texture *tex = &ctx->Meta->TempTex; in _mesa_meta_get_temp_texture()
1280 static struct temp_texture *
1283 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1296 struct temp_texture *
1299 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()
1318 _mesa_meta_alloc_texture(struct temp_texture *tex, in _mesa_meta_alloc_texture()
1372 struct temp_texture *tex, in _mesa_meta_setup_copypix_texture()
1420 struct temp_texture *tex, in _mesa_meta_setup_drawpix_texture()
1862 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_CopyPixels()
2042 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_stencil_pixels()
2076 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_depth_pixels()
2108 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_DrawPixels()
2362 struct temp_texture *tex = get_bitmap_temp_texture(ctx); in _mesa_meta_Bitmap()