Home
last modified time | relevance | path

Searched refs:VK_FORMAT_COLORSPACE_RGB (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format.h107 VK_FORMAT_COLORSPACE_RGB = 0, enumerator
505 colorspace = VK_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()
508 desc_colorspace = VK_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()
Dradv_nir_lower_ycbcr_textures.c288 …uint32_t bits = vk_format_get_component_bits(first_format, VK_FORMAT_COLORSPACE_RGB, VK_SWIZZLE_X); in try_lower_tex_ycbcr()