• Home
  • Raw
  • Download

Lines Matching refs:UVec4

91 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const …  in findNumPositionDeviationFailingPixels()
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
143 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
166 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
457 static tcu::UVec4 computeFlushRelaxedULPDiff (const tcu::Vec4& a, const tcu::Vec4& b) in computeFlushRelaxedULPDiff()
459 return tcu::UVec4(computeFloatFlushRelaxedULPDiff(a.x(), b.x()), in computeFlushRelaxedULPDiff()
488 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, Compar… in floatUlpThresholdCompare()
495 UVec4 maxDiff (0, 0, 0, 0); in floatUlpThresholdCompare()
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
743 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, Compar… in intThresholdCompare()
750 UVec4 maxDiff (0, 0, 0, 0); in intThresholdCompare()
765 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
838 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const … in intThresholdPositionDeviationCompare()
917 …PixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const … in intThresholdPositionDeviationErrorThresholdCompare()