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.h103 VK_FORMAT_COLORSPACE_SRGB = 1, enumerator
416 return desc->colorspace == VK_FORMAT_COLORSPACE_SRGB; in vk_format_is_srgb()
441 if (colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
444 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
Dradv_formats.c174 case VK_FORMAT_COLORSPACE_SRGB: in radv_translate_tex_dataformat()
367 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_translate_tex_numformat()
403 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) in radv_translate_color_numformat()
835 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_format_pack_clear_color()