Lines Matching refs:temp_texture
105 struct temp_texture *tex);
1244 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1265 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1276 struct temp_texture *
1279 struct temp_texture *tex = &ctx->Meta->TempTex; in _mesa_meta_get_temp_texture()
1294 static struct temp_texture *
1297 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1310 struct temp_texture *
1313 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()
1332 _mesa_meta_alloc_texture(struct temp_texture *tex, in _mesa_meta_alloc_texture()
1386 struct temp_texture *tex, in _mesa_meta_setup_copypix_texture()
1434 struct temp_texture *tex, in _mesa_meta_setup_drawpix_texture()
1818 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_CopyPixels()
2022 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_stencil_pixels()
2056 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in init_draw_depth_pixels()
2088 struct temp_texture *tex = _mesa_meta_get_temp_texture(ctx); in _mesa_meta_DrawPixels()
2342 struct temp_texture *tex = get_bitmap_temp_texture(ctx); in _mesa_meta_Bitmap()