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

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0) local
124 DE_ASSERT(de::inRange(refPix[c], resultMin[c], resultMax[c]));
/external/deqp/framework/common/
H A DtcuImageCompare.cpp119 const IVec4 refPix = reference.getPixelInt(x, y, z); local
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>();
143 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>();
507 const Vec4 refPix = reference.getPixel(x, y, z); local
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix);
593 Vec4 refPix = reference.getPixel(x, y, z); local
596 Vec4 diff = abs(refPix - cmpPix);
762 IVec4 refPix = reference.getPixelInt(x, y, z); local
765 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/framework/opengl/
H A DgluTextureTestUtil.cpp1275 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1382 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1589 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1592 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1763 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1766 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold)))
1930 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
1933 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPre
2039 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2236 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; local
2402 const tcu::Vec4 refPix = reference.getPixel(px, py); local
2516 const tcu::Vec4 refPix = reference.getPixel(px, py); local
2638 const tcu::Vec4 refPix = reference.getPixel(px, py); local
[all...]

Completed in 268 milliseconds