Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_table.py251 if format.colorspace != ZS and not format.is_pure_color():
281 if format.colorspace != ZS and not format.is_pure_color():
Du_format_parse.py296 def is_pure_color(self): member in Format
315 return self.is_pure_color() and self.channel_type() == SIGNED
318 return self.is_pure_color() and self.channel_type() == UNSIGNED