Searched refs:bool_map (Results 1 – 4 of 4) 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/gallium/auxiliary/util/ |
D | u_format_table.py | 64 def bool_map(value): function 106 …s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(chann… 135 print " %s,\t/* is_array */" % (bool_map(format.is_array()),) 136 print " %s,\t/* is_bitmask */" % (bool_map(format.is_bitmask()),) 137 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 95 map<bool, int32> bool_map = 1; field 104 map<bool, int32> bool_map = 1; field 171 map<bool, int32> bool_map = 2; field
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 210 message.bool_map[True] = 1 211 message.bool_map[False] = 2
|