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.h108 VK_FORMAT_COLORSPACE_SRGB = 1, enumerator
439 return desc->colorspace == VK_FORMAT_COLORSPACE_SRGB; in vk_format_is_srgb()
504 if (colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
507 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in vk_format_get_component_bits()
Dradv_formats.c184 case VK_FORMAT_COLORSPACE_SRGB: in radv_translate_tex_dataformat()
421 } else if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_translate_tex_numformat()
460 if (desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) in radv_translate_color_numformat()
1070 desc->colorspace == VK_FORMAT_COLORSPACE_SRGB) { in radv_format_pack_clear_color()