Searched refs:testsToRun (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 1328 int testsToRun[] = { 0, 1, 2, 3, 4, 5, 6, 7, in run_vector_scalar_tests() local 1330 for (i=0; i< sizeof(testsToRun)/sizeof(testsToRun[0]); i++) in run_vector_scalar_tests() 1332 errors += run_test_sizes(deviceID, context, queue, 2048, type, num, testsToRun[i]); in run_vector_scalar_tests()
|