Searched refs:out_c (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_extensions_gen.py | 204 extensions, out_c, out_h): argument 225 if out_c: 226 with open(out_c, 'w') as f: 246 extensions, args.out_c, args.out_h)
|
D | vk_dispatch_trampolines_gen.py | 175 if args.out_c: 176 with open(args.out_c, 'w') as f:
|
D | vk_entrypoints_gen.py | 274 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 300 with open(args.out_c, 'w', encoding='utf-8') as f:
|
D | vk_dispatch_table_gen.py | 733 if args.out_c: 734 with open(args.out_c, 'w') as f:
|
D | vk_cmd_queue_gen.py | 644 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 670 with open(args.out_c, 'wb') as f:
|
D | vk_physical_device_features_gen.py | 460 with open(args.out_c, 'wb') as f:
|
D | vk_physical_device_properties_gen.py | 319 with open(args.out_c, "wb") as f:
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_format_info_gen.py | 217 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 232 with open(args.out_c, 'wb') as f:
|