Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuImageCompare.cpp119 const IVec4 refPix = reference.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() local
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
143 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
507 const Vec4 refPix = reference.getPixel(x, y, z); in floatUlpThresholdCompare() local
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
593 Vec4 refPix = reference.getPixel(x, y, z); in floatThresholdCompare() local
596 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
762 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() local
765 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1275 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1382 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1589 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1592 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1763 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1766 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1930 …const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colo… in computeTextureLookupDiff() local
1933 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
[all …]
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp166 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/texture/
DvktSampleVerifier.cpp119 …const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], lay… in fetchTexelWrapped() local
124 DE_ASSERT(de::inRange(refPix[c], resultMin[c], resultMax[c])); in fetchTexelWrapped()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1574 const tcu::IVec4 refPix (255, 255, 255, 255); in checkResultImage() local
1582 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()
1590 bool checkResultImageWithReference (const ConstPixelBufferAccess& result, tcu::IVec4 refPix) in checkResultImageWithReference() argument
1598 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp1105 IVec4 refPix = reference.getPixelInt(x, y, 0); in verifyResult() local
1107 bool isOk = (refPix[0] == cmpPix[0]); in verifyResult()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp356 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() local
358 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()