Home
last modified time | relevance | path

Searched refs:temp_texture (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h200 struct temp_texture struct
246 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,
Dmeta.c105 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()
[all …]
Dmeta_blit.c112 struct temp_texture *meta_temp_texture; in blitframebuffer_texture()