Lines Matching defs:LogVecComps
372 struct LogVecComps
377 LogVecComps (const tcu::Vec4& v_, int numComps_)
384 std::ostream& operator<< (std::ostream& str, const LogVecComps& v)
416 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
428 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps)
429 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps)
1128 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1460 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1480 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with Warning threshold " << LogVecComps(thresholdW, numComps)