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.c1053 _mesa_DeleteTextures(1, &blit->depthTex.TexObj); in _mesa_meta_glsl_blit_cleanup()
1054 blit->depthTex.TexObj = 0; in _mesa_meta_glsl_blit_cleanup()
Dmeta.h306 struct temp_texture depthTex; member
Dmeta.c1294 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()