Lines Matching refs:cmpPix
120 const IVec4 cmpPix = result.getPixelInt(x, y, z);
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
166 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>();
301 const U64Vec4 cmpPix = result.getPixelBitsAsUint64(x, y, z);
302 const bool isOk = (refPix == cmpPix);
603 const Vec4 cmpPix = result.getPixel(x, y, z);
604 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
689 Vec4 cmpPix = result.getPixel(x, y, z);
691 Vec4 diff = abs(refPix - cmpPix);
779 Vec4 cmpPix = result.getPixel(x, y, z);
784 Vec4 diff = abs(refPix - cmpPix);
868 const Vec4 cmpPix = result.getPixel(x, y, z);
869 const Vec4 diff = abs(reference - cmpPix);
960 I64Vec4 cmpPix = result.getPixelInt64(x, y, z);
961 diff = abs(refPix - cmpPix).cast<deUint64>();
966 IVec4 cmpPix = result.getPixelInt(x, y, z);
967 diff = abs(refPix - cmpPix).cast<deUint64>();