Searched refs:bool_map (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_table.py | 64 def bool_map(value): function 106 print " %s,\t/* is_array */" % (bool_map(format.is_array()),) 107 print " %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),) 108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),) 117 …s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(chann…
|