Home
last modified time | relevance | path

Searched refs:whatErr (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
Dtools.h92 void show(Type whatErr, std::string where="", std::string additionalInfo="");
93 void show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected);
Dtools.cpp223 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()