Searched refs:VK_FORMAT_COLORSPACE_ZS (Results 1 – 3 of 3) sorted by relevance
105 VK_FORMAT_COLORSPACE_ZS = 3 enumerator331 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS && in vk_format_has_depth()338 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS && in vk_format_has_stencil()
154 case VK_FORMAT_COLORSPACE_ZS: in radv_translate_tex_dataformat()237 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_tex_dataformat()643 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_colorformat()
401 if (desc->colorspace == VK_FORMAT_COLORSPACE_ZS) { in si_make_texture_descriptor()