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;
363 struct temp_texture Tex; /**< separate texture from other meta ops */
423 struct temp_texture TempTex;
567 _mesa_meta_alloc_texture(struct temp_texture *tex,
585 struct temp_texture *
588 struct temp_texture *
605 struct temp_texture *tex,
613 struct temp_texture *tex,
Dmeta.c102 struct temp_texture *tex);
1230 init_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in init_temp_texture()
1251 cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex) in cleanup_temp_texture()
1262 struct temp_texture *
1265 struct temp_texture *tex = &ctx->Meta->TempTex; in _mesa_meta_get_temp_texture()
1280 static struct temp_texture *
1283 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; in get_bitmap_temp_texture()
1296 struct temp_texture *
1299 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()
1318 _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()