Lines Matching refs:temp_texture
205 struct temp_texture struct
273 struct temp_texture Tex; /**< separate texture from other meta ops */
335 struct temp_texture TempTex;
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1172 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1193 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1206 static struct temp_texture *
1209 struct temp_texture *tex = &ctx->Meta->TempTex; in get_temp_texture()
1224 static struct temp_texture *
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1247 alloc_texture(struct temp_texture *tex, in alloc_texture()
1300 setup_copypix_texture(struct temp_texture *tex, in setup_copypix_texture()
1342 struct temp_texture *tex, in setup_drawpix_texture()
1400 struct temp_texture *tex = get_temp_texture(ctx); in init_blit_depth_pixels()
1580 struct temp_texture *tex = get_temp_texture(ctx); in _mesa_meta_BlitFramebuffer()
2106 struct temp_texture *tex = get_temp_texture(ctx); in _mesa_meta_CopyPixels()
2292 struct temp_texture *tex = get_temp_texture(ctx); in init_draw_stencil_pixels()
2326 struct temp_texture *tex = get_temp_texture(ctx); in init_draw_depth_pixels()
2358 struct temp_texture *tex = get_temp_texture(ctx); in _mesa_meta_DrawPixels()
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); in _mesa_meta_Bitmap()