Searched refs:aubinator_opts (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator.c | 303 const struct option aubinator_opts[] = { in main() local 318 while ((c = getopt_long(argc, argv, "", aubinator_opts, &i)) != -1) { in main()
|
H A D | error2aub.c | 232 const struct option aubinator_opts[] = { in main() local 240 while ((c = getopt_long(argc, argv, "ho:v", aubinator_opts, &i)) != -1) { in main()
|
H A D | aubinator_error_decode.c | 818 const struct option aubinator_opts[] = { in main() local 830 while ((c = getopt_long(argc, argv, "", aubinator_opts, &i)) != -1) { in main()
|
H A D | aubinator_viewer.cpp | 1177 const struct option aubinator_opts[] = { in main() local 1186 while ((c = getopt_long(argc, argv, "x:s:", aubinator_opts, &i)) != -1) { in main()
|
Completed in 5 milliseconds