Lines Matching refs:cmpPix
119 const IVec4 cmpPix = result.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() local
123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
165 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
506 const Vec4 cmpPix = result.getPixel(x, y, z); in floatUlpThresholdCompare() local
507 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
592 Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
594 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
677 const Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
678 const Vec4 diff = abs(reference - cmpPix); in floatThresholdCompare()
761 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
763 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()