Searched refs:angle_fmt (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | gen_mtl_format_table.py | 218 def gen_vertex_map_switch_case(angle_fmt, actual_angle_fmt, angle_to_mtl_map, override_packed_map): argument 220 copy_function = angle_format.get_vertex_copy_function(angle_fmt, actual_angle_fmt) 226 copy_function_packed = angle_format.get_vertex_copy_function(angle_fmt, angle_fmt_packed) 228 angle_format=angle_fmt, 238 angle_format=angle_fmt, 250 for angle_fmt in sorted(angle_to_mtl.keys()): 251 switch_data += gen_vertex_map_switch_case(angle_fmt, angle_fmt, angle_to_mtl, 254 for angle_fmt in sorted(angle_override.keys()): 255 switch_data += gen_vertex_map_switch_case(angle_fmt, angle_override[angle_fmt],
|