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.h104 VK_FORMAT_COLORSPACE_RGB = 0, enumerator
424 colorspace = VK_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()
427 desc_colorspace = VK_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()
Dradv_formats.c808 if (vk_format_get_component_bits(format, VK_FORMAT_COLORSPACE_RGB, 0) <= 8) { in radv_format_pack_clear_color()
809 if (desc->colorspace == VK_FORMAT_COLORSPACE_RGB) { in radv_format_pack_clear_color()