Searched refs:cmpPix (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 120 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/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 454 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local 455 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
|