Searched refs:bool_map (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_table.py | 62 def bool_map(value): function 108 …u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bo… 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()),))
|
/external/mesa3d/src/util/format/ |
D | u_format_table.py | 64 def bool_map(value): function 147 …s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(chann… 201 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 202 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 203 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)) 204 print(" %s,\t/* is_unorm */" % (bool_map(format.is_unorm()),)) 205 print(" %s,\t/* is_snorm */" % (bool_map(format.is_snorm()),))
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_table.py | 64 def bool_map(value): function 103 …s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(chann… 142 print(" %s,\t/* is_array */" % (bool_map(format.is_array()),)) 143 print(" %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),)) 144 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 98 map<bool, int32> bool_map = 1; field 107 map<bool, int32> bool_map = 1; field 174 map<bool, int32> bool_map = 2; field
|
D | json_format.proto | 103 map<bool, int32> bool_map = 1; field
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 363 message.bool_map[True] = 1 364 message.bool_map[False] = 2 375 message.map_map['1'].bool_map[True] = 3
|