Home
last modified time | relevance | path

Searched refs:bool_map (Results 1 – 6 of 6) 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/util/format/
Du_format_table.py64 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/
Du_format_table.py64 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/
Djson_format_proto3.proto98 map<bool, int32> bool_map = 1; field
107 map<bool, int32> bool_map = 1; field
174 map<bool, int32> bool_map = 2; field
Djson_format.proto103 map<bool, int32> bool_map = 1; field
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py363 message.bool_map[True] = 1
364 message.bool_map[False] = 2
375 message.map_map['1'].bool_map[True] = 3