Home
last modified time | relevance | path

Searched refs:is_mixed (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_table.py229 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
Du_format_parse.py231 def is_mixed(self): member in Format
Du_format.h184 unsigned is_mixed:1; member
Du_format.c272 if (desc->is_mixed) in util_format_is_snorm8()