Lines Matching defs:platform
265 " -p, --platform <name> Specify the target platform name.\n"
297 {"platform", required_argument, 0, 'p'},
306 char *entry_point = NULL, *platform = NULL, *outfile = NULL, *spv_outfile = NULL, *prefix = NULL;
332 platform = optarg;
366 if (platform == NULL) {
367 fprintf(stderr, "No target platform name specified.\n");
372 int pci_id = intel_device_name_to_pci_device_id(platform);
374 fprintf(stderr, "Invalid target platform name: %s\n", platform);