Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h199 enum util_format_colorspace desc_colorspace; in vk_format_get_component_bits() local
213 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()
215 desc_colorspace = desc->colorspace; in vk_format_get_component_bits()
218 if (desc_colorspace != colorspace) { in vk_format_get_component_bits()
/third_party/mesa3d/src/util/format/
Du_format.h945 enum util_format_colorspace desc_colorspace; in util_format_get_component_bits() local
959 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
961 desc_colorspace = desc->colorspace; in util_format_get_component_bits()
964 if (desc_colorspace != colorspace) { in util_format_get_component_bits()