Home
last modified time | relevance | path

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

/external/mesa3d/src/util/format/
Du_format_table.py225 if format.colorspace != ZS and not format.is_pure_color():
256 if format.colorspace != ZS and not format.is_pure_color():
Du_format_parse.py240 def is_pure_color(self): member in Format
259 return self.is_pure_color() and self.channel_type() == SIGNED
262 return self.is_pure_color() and self.channel_type() == UNSIGNED
/external/virglrenderer/src/gallium/auxiliary/util/
Du_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
/external/mesa3d/src/freedreno/vulkan/
Dvk_format_parse.py223 def is_pure_color(self): member in Format
242 return self.is_pure_color() and self.channel_type() == SIGNED
245 return self.is_pure_color() and self.channel_type() == UNSIGNED
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py231 def is_pure_color(self): member in Format
250 return self.is_pure_color() and self.channel_type() == SIGNED
253 return self.is_pure_color() and self.channel_type() == UNSIGNED