Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h105 VK_FORMAT_COLORSPACE_SRGB = 1, enumerator
423 if (colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
426 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
Dradv_formats.c172 case VK_FORMAT_COLORSPACE_SRGB: in radv_translate_tex_dataformat()
365 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_translate_tex_numformat()
401 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) in radv_translate_color_numformat()
814 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_format_pack_clear_color()