Searched refs:desc_colorspace (Results 1 – 3 of 3) sorted by relevance
494 enum vk_format_colorspace desc_colorspace; in vk_format_get_component_bits() local508 desc_colorspace = VK_FORMAT_COLORSPACE_RGB; in vk_format_get_component_bits()510 desc_colorspace = desc->colorspace; in vk_format_get_component_bits()513 if (desc_colorspace != colorspace) { in vk_format_get_component_bits()
660 enum util_format_colorspace desc_colorspace; in util_format_get_component_bits() local674 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()676 desc_colorspace = desc->colorspace; in util_format_get_component_bits()679 if (desc_colorspace != colorspace) { in util_format_get_component_bits()
889 enum util_format_colorspace desc_colorspace; in util_format_get_component_bits() local903 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()905 desc_colorspace = desc->colorspace; in util_format_get_component_bits()908 if (desc_colorspace != colorspace) { in util_format_get_component_bits()