Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format_table.py62 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/
Du_format_table.py64 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/
Djson_format_proto3.proto95 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/
Djson_format_test.py210 message.bool_map[True] = 1
211 message.bool_map[False] = 2