Lines Matching defs:help
64 help="Number of processes/threads to use.",
67 parser.add_argument("--piglit-path", type=str, help="Path to piglit source folder.")
68 parser.add_argument("--glcts-path", type=str, help="Path to GLCTS source folder.")
69 parser.add_argument("--deqp-path", type=str, help="Path to dEQP source folder.")
73 help="Path to folder containing piglit/GLCTS and dEQP source folders.",
83 help="Only run the test matching this expression. This can only be a filename containing a list of failing tests to re-run.",
88 help="Folder containing expected results files",
92 "--no-piglit", dest="piglit", help="Disable piglit tests", action="store_false"
95 "--no-glcts", dest="glcts", help="Disable GLCTS tests", action="store_false"
98 "--no-deqp", dest="deqp", help="Disable dEQP tests", action="store_false"
101 "--slow", dest="slow", help="Include slowest glcts tests", action="store_true"
106 help="Disable dEQP-EGL tests",
112 help="Disable dEQP-gles2 tests",
118 help="Disable dEQP-gles3 tests",
124 help="Disable dEQP-gles31 tests",
139 help="Output folder (logs, etc)",
164 help="Select GPU (0..{})".format(len(available_gpus) - 1),