Searched refs:refPix (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageCompare.cpp118 const IVec4 refPix = reference.getPixelInt(x, y, z); local
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); local
508 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
592 Vec4 refPix = reference.getPixel(x, y, z); local
595 Vec4 diff = abs(refPix - cmpPix);
761 IVec4 refPix = reference.getPixelInt(x, y, z); local
764 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp166 const IVec4 refPix = reference.getPixel(x, y).toIVec(); local
168 if (refPix == IVec4(255, 0, 255, 255))
176 const IVec4 diff = tcu::abs(refPix - resPix);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1741 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1744 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1846 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1849 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
2039 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2042 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
2213 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2216 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
2380 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2383 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPre
2489 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2686 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2852 const tcu::Vec4 refPix = reference.getPixel(px, py); local
2966 const tcu::Vec4 refPix = reference.getPixel(px, py); local
3088 const tcu::Vec4 refPix = reference.getPixel(px, py); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1642 const tcu::IVec4 refPix (255, 255, 255, 255);
1650 if (boolAny(notEqual(resPix, refPix)))

Completed in 176 milliseconds