Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py211 def is_pure_color(self): member in Format
230 return self.is_pure_color() and self.channel_type() == SIGNED
233 return self.is_pure_color() and self.channel_type() == UNSIGNED
Du_format_table.py146 if format.colorspace != ZS and not format.is_pure_color() and access:
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py219 def is_pure_color(self): member in Format
238 return self.is_pure_color() and self.channel_type() == SIGNED
241 return self.is_pure_color() and self.channel_type() == UNSIGNED