Searched refs:LogVecComps (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 372 struct LogVecComps struct 377 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps() argument 384 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 416 …og << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " <… in verifyConstantDerivate() 428 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate() 429 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate() 1111 …<< "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecCom… in verify() 1442 …<< "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecCom… in verify() 1462 …<< "\tValid derivative is " << LogVecComps(reference, numComps) << " with Warning threshold " << L… in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 310 struct LogVecComps struct 315 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps() argument 322 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 352 …og << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " <… in verifyConstantDerivate() 364 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate() 365 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate() 1014 …<< "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecCom… in verify() 1314 …<< "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecCom… in verify()
|