Searched refs:depthTex (Results 1 – 3 of 3) sorted by relevance
1049 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()
306 struct temp_texture depthTex; member
1299 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture()