Home
last modified time | relevance | path

Searched refs:cmpPix (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A 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()
301 const U64Vec4 cmpPix = result.getPixelBitsAsUint64(x, y, z); in bitwiseCompare() local
302 const bool isOk = (refPix == cmpPix); in bitwiseCompare()
603 const Vec4 cmpPix = result.getPixel(x, y, z); in floatUlpThresholdCompare() local
604 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
689 Vec4 cmpPix = result.getPixel(x, y, z); in floatThresholdCompare() local
691 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
779 Vec4 cmpPix in floatThresholdCompare() local
868 const Vec4 cmpPix = result.getPixel(x, y, z); floatThresholdCompare() local
960 I64Vec4 cmpPix = result.getPixelInt64(x, y, z); intThresholdCompare() local
966 IVec4 cmpPix = result.getPixelInt(x, y, z); intThresholdCompare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp256 const tcu::IVec4 cmpPix = result.toIVec(); in compareColor() local
258 diff = abs(refPix - cmpPix).cast<deUint32>(); in compareColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp256 const tcu::IVec4 cmpPix = result.toIVec(); in compareColor() local
258 diff = abs(refPix - cmpPix).cast<deUint32>(); in compareColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp698 tcu::IVec4 cmpPix = result.getPixelInt(x, y); in compare() local
699 tcu::IVec4 diff = tcu::abs(refPix - cmpPix); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1130 IVec4 cmpPix = result.getPixelInt(x, y, 0); in verifyResult() local
1131 bool isOk = (refPix[0] == cmpPix[0]); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp700 tcu::IVec4 cmpPix = result.getPixelInt(x, y); in compare() local
701 tcu::IVec4 diff = tcu::abs(refPix - cmpPix); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1128 IVec4 cmpPix = result.getPixelInt(x, y, 0); in verifyResult() local
1129 bool isOk = (refPix[0] == cmpPix[0]); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp397 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
398 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp396 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare() local
397 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()

Completed in 23 milliseconds