Home | History | Annotate | Download | only in common

Lines Matching refs:UVec4

91 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue)
123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
142 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
165 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>();
456 static tcu::UVec4 computeFlushRelaxedULPDiff (const tcu::Vec4& a, const tcu::Vec4& b)
458 return tcu::UVec4(computeFloatFlushRelaxedULPDiff(a.x(), b.x()),
487 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode)
494 UVec4 maxDiff (0, 0, 0, 0);
508 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
742 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode)
749 UVec4 maxDiff (0, 0, 0, 0);
764 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
837 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode)
916 bool intThresholdPositionDeviationErrorThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode)