Searched refs:actualTy (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/spir/ |
D | main.cpp | 6230 int actualOrder = 0, actualTy = 0; in test_image_enumeration() local 6231 getT<int>(res, 1U, actualOrder), getT<int>(res, 2U, actualTy); in test_image_enumeration() 6239 if (actualTy != it.getDataType()) in test_image_enumeration() 6242 << " but received " << actualTy << "." << std::endl; in test_image_enumeration() 6333 int actualOrder = 0, actualTy = 0; in test_image_enumeration_3d() local 6334 getT<int>(res, 1U, actualOrder), getT<int>(res, 2U, actualTy); in test_image_enumeration_3d() 6342 if (actualTy != it.getDataType()) in test_image_enumeration_3d() 6345 << " but received " << actualTy << "." << std::endl; in test_image_enumeration_3d()
|