Lines Matching refs:cmpPix
120 const IVec4 cmpPix = result.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() local
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
166 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
508 const Vec4 cmpPix = result.getPixel(x, y, z); in floatUlpThresholdCompare() local
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
594 Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
596 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
679 const Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
680 const Vec4 diff = abs(reference - cmpPix); in floatThresholdCompare()
763 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
765 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()