Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h110 VK_FORMAT_COLORSPACE_ZS = 3 enumerator
354 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS && in vk_format_has_depth()
361 return desc->colorspace == VK_FORMAT_COLORSPACE_ZS && in vk_format_has_stencil()
Dradv_formats.c164 case VK_FORMAT_COLORSPACE_ZS: in radv_translate_tex_dataformat()
281 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_tex_dataformat()
827 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_colorformat()
Dradv_image.c556 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_ZS) { in radv_compose_swizzle()