Lines Matching defs:refPix
118 const IVec4 refPix = reference.getPixelInt(x, y, z);
123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
142 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
506 const Vec4 refPix = reference.getPixel(x, y, z);
508 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
592 Vec4 refPix = reference.getPixel(x, y, z);
595 Vec4 diff = abs(refPix - cmpPix);
761 IVec4 refPix = reference.getPixelInt(x, y, z);
764 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();