Searched refs:temp_texture (Results 1 – 3 of 3) sorted by relevance
200 struct temp_texture struct246 struct temp_texture depthTex;302 struct temp_texture Tex; /**< separate texture from other meta ops */362 struct temp_texture TempTex;497 _mesa_meta_alloc_texture(struct temp_texture *tex,515 struct temp_texture *518 struct temp_texture *535 struct temp_texture *tex,543 struct temp_texture *tex,
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()[all …]
112 struct temp_texture *meta_temp_texture; in blitframebuffer_texture()