Home
last modified time | relevance | path

Searched refs:refPix (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuImageCompare.cpp118 const IVec4 refPix = reference.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() local
123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
142 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
505 const Vec4 refPix = reference.getPixel(x, y, z); in floatUlpThresholdCompare() local
507 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
591 Vec4 refPix = reference.getPixel(x, y, z); in floatThresholdCompare() local
594 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
760 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() local
763 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp1746 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1749 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1851 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1854 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
2044 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
2047 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
2218 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
2221 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
2385 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
2388 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
[all …]
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp1554 const IVec4 refPix = reference.getPixel(x, y).toIVec(); in compareBlockImages() local
1556 if (refPix == IVec4(255, 0, 255, 255)) in compareBlockImages()
1564 const IVec4 diff = tcu::abs(refPix - resPix); in compareBlockImages()