Lines Matching defs:reference

405 									const tcu::Vec4&					reference,
416 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
423 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
429 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps)
977 const tcu::Vec4 reference (0.0f); // Derivate of constant argument should always be 0
981 reference, threshold, m_derivScale, m_derivBias);
1115 tcu::Vec4 reference = ((m_coordMax - m_coordMin) / div);
1116 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin, m_coordMax, reference);
1117 const tcu::Vec4 opThresholdW = getDerivateThresholdWarning(m_precision, m_coordMin, m_coordMax, reference);
1122 /* adjust the reference value for the correct dfdx or dfdy sample adjacency */
1123 reference = reference * scale;
1128 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1134 reference, threshold, m_derivScale, m_derivBias,
1147 reference, thresholdW, m_derivScale, m_derivBias,
1193 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy);
1203 reference, threshold, m_derivScale, m_derivBias);
1211 reference, thresholdW, m_derivScale, m_derivBias);
1447 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div);
1448 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, reference);
1449 const tcu::Vec4 opThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin, m_texValueMax, reference);
1454 /* adjust the reference value for the correct dfdx or dfdy sample adjacency */
1455 reference = reference * scale;
1460 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1466 reference, threshold, m_derivScale, m_derivBias,
1480 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with Warning threshold " << LogVecComps(thresholdW, numComps)
1485 reference, thresholdW, m_derivScale, m_derivBias,
1526 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy);
1536 reference, threshold, m_derivScale, m_derivBias);
1543 reference, thresholdW, m_derivScale, m_derivBias);