Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
Dtools.cpp223 void ErrorClass::show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected) { in show() argument
225 tmp << "(is: " << valueIs << ", expected: " << valueExpected << ")"; in show()
Dtools.h93 void show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected);