Lines Matching refs:refPix
119 const IVec4 refPix = reference.getPixelInt(x, y, z);
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
143 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
300 const U64Vec4 refPix = reference.getPixelBitsAsUint64(x, y, z);
302 const bool isOk = (refPix == cmpPix);
602 const Vec4 refPix = reference.getPixel(x, y, z);
604 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
688 Vec4 refPix = reference.getPixel(x, y, z);
691 Vec4 diff = abs(refPix - cmpPix);
778 Vec4 refPix = reference.getPixel(x, y, z);
781 if (refPix != ignorekey)
784 Vec4 diff = abs(refPix - cmpPix);
959 I64Vec4 refPix = reference.getPixelInt64(x, y, z);
961 diff = abs(refPix - cmpPix).cast<deUint64>();
965 IVec4 refPix = reference.getPixelInt(x, y, z);
967 diff = abs(refPix - cmpPix).cast<deUint64>();