Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c122 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha()
134 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha1()
146 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
163 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_alpha()
292 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
310 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
573 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
Du_format.h128 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
557 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
704 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_colormask()
971 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
974 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()