Home
last modified time | relevance | path

Searched refs:UTIL_FORMAT_COLORSPACE_RGB (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c121 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha()
133 return (desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_has_alpha1()
145 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance()
162 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_alpha()
291 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_luminance_alpha()
309 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB || in util_format_is_intensity()
Du_format.h127 UTIL_FORMAT_COLORSPACE_RGB = 0, enumerator
703 case UTIL_FORMAT_COLORSPACE_RGB: in util_format_colormask()
972 colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
975 desc_colorspace = UTIL_FORMAT_COLORSPACE_RGB; in util_format_get_component_bits()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_pack_color.h343 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) { in util_pack_color()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c819 return vk_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, comp); in format_get_component_bits()