Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h494 enum vk_format_colorspace desc_colorspace; in vk_format_get_component_bits() local
508 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()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h660 enum util_format_colorspace desc_colorspace; in util_format_get_component_bits() local
674 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()
/external/mesa3d/src/util/format/
Du_format.h889 enum util_format_colorspace desc_colorspace; in util_format_get_component_bits() local
903 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()