Lines Matching refs:target
103 # Output target directory
773 # Unused - vulkan10.h target.
807 # Video header target - combines all video extension dependencies into a
888 # Unused - vulkan11.h target.
952 the requested target and command line options.
958 - target - target to generate
966 # Select a generator matching the requested target
967 if args.target in genOpts:
968 createGenerator = genOpts[args.target][0]
969 options = genOpts[args.target][1]
986 logErr('No generator options for unknown target:', args.target)
1002 help='Specify a comma separated list of APIs to merge into the target API')
1047 help='Create target and related files in specified directory')
1048 parser.add_argument('target', metavar='target', nargs='?',
1049 help='Specify target')
1105 # Finally, use the output generator to create the requested target