Home
last modified time | relevance | path

Searched refs:out_c (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_extensions_gen.py204 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)
Dvk_dispatch_trampolines_gen.py175 if args.out_c:
176 with open(args.out_c, 'w') as f:
Dvk_entrypoints_gen.py274 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:
Dvk_dispatch_table_gen.py733 if args.out_c:
734 with open(args.out_c, 'w') as f:
Dvk_cmd_queue_gen.py644 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h)
670 with open(args.out_c, 'wb') as f:
Dvk_physical_device_features_gen.py460 with open(args.out_c, 'wb') as f:
Dvk_physical_device_properties_gen.py319 with open(args.out_c, "wb") as f:
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_format_info_gen.py217 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h)
232 with open(args.out_c, 'wb') as f: