Searched refs:refPix (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 118 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() 506 const Vec4 refPix = reference.getPixel(x, y, z); in floatUlpThresholdCompare() local 508 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare() 592 Vec4 refPix = reference.getPixel(x, y, z); in floatThresholdCompare() local 595 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare() 761 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() local 764 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 1741 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local 1744 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1846 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local 1849 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2039 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local 2042 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2213 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local 2216 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2380 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local 2383 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 166 const IVec4 refPix = reference.getPixel(x, y).toIVec(); in compareBlockImages() local 168 if (refPix == IVec4(255, 0, 255, 255)) in compareBlockImages() 176 const IVec4 diff = tcu::abs(refPix - resPix); in compareBlockImages()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1642 const tcu::IVec4 refPix (255, 255, 255, 255); in checkResultImage() local 1650 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()
|