Searched refs:UTIL_FORMAT_COLORSPACE_ZS (Results 1 – 2 of 2) sorted by relevance
130 UTIL_FORMAT_COLORSPACE_ZS = 3 enumerator563 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_depth()570 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_stencil()643 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_get_depth_format_type()713 case UTIL_FORMAT_COLORSPACE_ZS: in util_format_colormask()
179 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in util_format_is_pure_integer()705 if (src_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS || in util_format_translate()706 dst_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in util_format_translate()1364 assert(desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS || in util_format_rgbx_to_rgba()