Searched refs:bool_map (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_table.py | 62 def bool_map(value): function 108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name)) 137 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 138 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 139 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_table.py | 62 def bool_map(value): function 108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name)) 137 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 138 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 139 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_table.py | 64 def bool_map(value): function 107 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name)) 136 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 137 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 138 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)) 139 print(" %s,\t/* is_unorm */" % (bool_map(format.is_unorm()),)) 140 print(" %s,\t/* is_snorm */" % (bool_map(format.is_snorm()),))
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_table.py | 62 def bool_map(value): function 153 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name)) 210 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 211 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 212 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)) 213 print(" %s,\t/* is_unorm */" % (bool_map(format.is_unorm()),)) 214 print(" %s,\t/* is_snorm */" % (bool_map(format.is_snorm()),))
|
Completed in 3 milliseconds