Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h201 struct temp_texture struct
306 struct temp_texture depthTex;
362 struct temp_texture Tex; /**< separate texture from other meta ops */
422 struct temp_texture TempTex;
586 _mesa_meta_alloc_texture(struct temp_texture *tex,
604 struct temp_texture *
607 struct temp_texture *
624 struct temp_texture *tex,
632 struct temp_texture *tex,
Dmeta.c100 static void cleanup_temp_texture(struct temp_texture *tex);
1223 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1244 cleanup_temp_texture(struct temp_texture *tex) in cleanup_temp_texture()
1257 struct temp_texture *
1260 struct temp_texture *tex = &ctx->Meta->TempTex; in _mesa_meta_get_temp_texture()
1275 static struct temp_texture *
1278 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1291 struct temp_texture *
1294 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()
1313 _mesa_meta_alloc_texture(struct temp_texture *tex, in _mesa_meta_alloc_texture()
[all …]
Dmeta_blit.c625 struct temp_texture *meta_temp_texture; in blitframebuffer_texture()