Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuImageCompare.cpp120 const IVec4 cmpPix = result.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() local
124 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
166 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels()
508 const Vec4 cmpPix = result.getPixel(x, y, z); in floatUlpThresholdCompare() local
509 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
594 Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
596 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
679 const Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
680 const Vec4 diff = abs(reference - cmpPix); in floatThresholdCompare()
763 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp1106 IVec4 cmpPix = result.getPixelInt(x, y, 0); in verifyResult() local
1107 bool isOk = (refPix[0] == cmpPix[0]); in verifyResult()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp357 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
358 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()