Home
last modified time | relevance | path

Searched refs:refPix (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A 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()
300 const U64Vec4 refPix = reference.getPixelBitsAsUint64(x, y, z); in bitwiseCompare() local
302 const bool isOk = (refPix == cmpPix); in bitwiseCompare()
602 const Vec4 refPix = reference.getPixel(x, y, z); in floatUlpThresholdCompare() local
604 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare()
688 Vec4 refPix = reference.getPixel(x, y, z); in floatThresholdCompare() local
691 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare()
778 Vec4 refPix in floatThresholdCompare() local
959 I64Vec4 refPix = reference.getPixelInt64(x, y, z); intThresholdCompare() local
965 IVec4 refPix = reference.getPixelInt(x, y, z); intThresholdCompare() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1341 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; in computeTextureLookupDiff() local
1344 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1467 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; in computeTextureLookupDiff() local
1470 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1691 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; in computeTextureLookupDiff() local
1694 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
1882 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; in computeTextureLookupDiff() local
1885 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff()
2049 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; in computeTextureLookupDiff() local
2052 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPre in computeTextureLookupDiff()
2158 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; computeTextureLookupDiff() local
2365 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale; computeTextureLookupDiff() local
2533 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
2649 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
2771 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
2883 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
2990 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
3101 const tcu::Vec4 refPix = reference.getPixel(px, py); computeTextureCompareDiff() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.cpp119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0) in fetchTexelWrapped() local
124 DE_ASSERT(de::inRange(refPix[c], resultMin[c], resultMax[c])); in fetchTexelWrapped()
H A DvktTextureCompressedFormatTests.cpp255 const tcu::IVec4 refPix = reference.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 DvktSampleVerifier.cpp119 const tcu::Vec4 refPix = (m_imParams.dim == IMG_DIM_1D) ? levelAccess.getPixel(coord[0], layer, 0) in fetchTexelWrapped() local
124 DE_ASSERT(de::inRange(refPix[c], resultMin[c], resultMax[c])); in fetchTexelWrapped()
H A DvktTextureCompressedFormatTests.cpp255 const tcu::IVec4 refPix = reference.toIVec(); in compareColor() local
258 diff = abs(refPix - cmpPix).cast<deUint32>(); in compareColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1563 const tcu::IVec4 refPix (255, 255, 255, 255); in checkResultImage()
1571 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()
1579 bool checkResultImageWithReference (const ConstPixelBufferAccess& result, tcu::IVec4 refPix) in checkResultImageWithReference() argument
1587 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1563 const tcu::IVec4 refPix (255, 255, 255, 255); in checkResultImage()
1571 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()
1579 bool checkResultImageWithReference (const ConstPixelBufferAccess& result, tcu::IVec4 refPix) in checkResultImageWithReference() argument
1587 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp697 tcu::IVec4 refPix = reference.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.cpp1129 IVec4 refPix = reference.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.cpp699 tcu::IVec4 refPix = reference.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.cpp1127 IVec4 refPix = reference.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.cpp396 IVec4 refPix = reference.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.cpp395 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() local
397 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare()

Completed in 48 milliseconds