Lines Matching +full:- +full:- +full:repo
6 # Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
7 # Copyright (c) 2023-2023 RasterGrid Kft.
13 # http://www.apache.org/licenses/LICENSE-2.0
36 …parser.add_argument('registry', metavar='REGISTRY_PATH', help='path to the Vulkan-Headers registry…
37 parser.add_argument('--api',
41 …parser.add_argument('--generated-version', help='sets the header version used to generate the repo…
43 …group.add_argument('-i', '--incremental', action='store_true', help='only update repo files that c…
44 …group.add_argument('-v', '--verify', action='store_true', help='verify repo files match generator …
49 registry = os.path.abspath(os.path.join(args.registry, 'Vulkan-Headers/registry/vk.xml'))
52 return -1
55 '-registry', registry,
56 '-quiet',
71 # generate directly in the repo
86 # optional post-generation steps
88 # compare contents of temp dir and repo
94 print('ERROR: Missing repo file', filename)
102 print('ERROR: Repo files do not match generator output for', filename)
107 print('SUCCESS: Repo files match generator output')
112 # copy missing or differing files from temp directory to repo
135 …ntents = rc_file_contents.replace('${LOADER_VER_FILE_VERSION_STR}', f'"Vulkan Loader - Dev Build"')