Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c1049 if (blit->depthTex.tex_obj != NULL) { in _mesa_meta_glsl_blit_cleanup()
1050 _mesa_delete_nameless_texture(ctx, blit->depthTex.tex_obj); in _mesa_meta_glsl_blit_cleanup()
1051 blit->depthTex.tex_obj = NULL; in _mesa_meta_glsl_blit_cleanup()
Dmeta.h306 struct temp_texture depthTex; member
Dmeta.c1299 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()