Searched refs:test_error_count (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/ |
H A D | test_select.cpp | 77 #define test_error_count(errCode, msg) \ macro 359 test_error_count(err, "Error: could not allocate src1 buffer\n"); in doTest() 361 test_error_count(err, "Error: could not allocate src2 buffer\n"); in doTest() 363 test_error_count(err, "Error: could not allocate cmp buffer\n"); in doTest() 365 test_error_count(err, "Error: could not allocate dest buffer\n"); in doTest() 388 test_error_count(err, "Error: Cannot set kernel arg dest!\n"); in doTest() 390 test_error_count(err, "Error: Cannot set kernel arg dest!\n"); in doTest() 392 test_error_count(err, "Error: Cannot set kernel arg dest!\n"); in doTest() 394 test_error_count(err, "Error: Cannot set kernel arg dest!\n"); in doTest() 422 test_error_count(err, "Error: Could not write src1"); in doTest() [all …]
|