Searched refs:is_pure_color (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_table.py234 if format.colorspace != ZS and not format.is_pure_color():
264 if format.colorspace != ZS and not format.is_pure_color():
H A Du_format_parse.py296 def is_pure_color(self): member in class:Format
315 return self.is_pure_color() and self.channel_type() == SIGNED
318 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py223 def is_pure_color(self): member in class:Format
242 return self.is_pure_color() and self.channel_type() == SIGNED
245 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py231 def is_pure_color(self): member in class:Format
250 return self.is_pure_color() and self.channel_type() == SIGNED
253 return self.is_pure_color() and self.channel_type() == UNSIGNED
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_parse.py239 def is_pure_color(self): member in class:Format
258 return self.is_pure_color() and self.channel_type() == SIGNED
261 return self.is_pure_color() and self.channel_type() == UNSIGNED
H A Du_format_table.py149 if format.colorspace != ZS and not format.is_pure_color() and access:

Completed in 5 milliseconds