Searched refs:whatErr (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/ |
D | tools.h | 92 void show(Type whatErr, std::string where="", std::string additionalInfo=""); 93 void show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected);
|
D | tools.cpp | 223 void ErrorClass::show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected) { in show() argument 226 show(whatErr, where, tmp.str()); in show()
|