/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 125 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 144 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 167 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 510 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatUlpThresholdCompare() 519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatUlpThresholdCompare() 597 bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare() 606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare() 681 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare() 690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare() 766 bool isOk = boolAll(lessThanEqual(diff, threshold)); in intThresholdCompare() [all …]
|
D | tcuTexLookupVerifier.cpp | 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); in isColorValid() 85 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logica… in isColorValid() 90 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec… in isColorValid() 142 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f)))); in computeBilinearSearchStepFromFloatLine() 156 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f)))); in computeBilinearSearchStepFromFloatQuad() 173 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f)))); in computeBilinearSearchStepForUnorm() 184 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f)))); in computeBilinearSearchStepForSnorm() 217 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() 224 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() 231 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() [all …]
|
D | tcuVectorUtil.hpp | 319 inline bool boolAll (const Vector<bool, Size>& a) in boolAll() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fSRGBDecodeTests.cpp | 1415 …if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (… in verifyResult() 1486 …if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (… in verifyResult() 1554 …if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelResultList[0] - pixelReference), m_epsilonError))) … in verifyResult() 1629 if ( tcu::boolAll(tcu::equal(pixelResultList[resultColorIdx], getColorGreenPass())) ) in verifyResult() 1778 if ( tcu::boolAll(tcu::equal(pixelResultList[resultColorIdx], getColorGreenPass())) ) in verifyResult() 1857 …if ( !(tcu::boolAll(tcu::equal(pixelResultList[resultColorIdx], pixelResultList[resultColorIdx +1]… in verifyResult() 1936 …if ( (tcu::boolAll(tcu::lessThan(tcu::abs(pixelConverted - pixelReference), m_epsilonError))) || (… in verifyResult()
|
D | es31fFboSRGBWriteControlTests.cpp | 1649 …if (tcu::boolAll(tcu::lessThan(tcu::abs(m_resultsPostDraw[0] - m_resultsPostDraw[1]), getEpsilonEr… in verifyResult() 1723 …if (tcu::boolAll(tcu::lessThan(tcu::abs(m_resultsPostDraw[0] - getTestColorLinear()), getEpsilonEr… in verifyResult() 1769 …if (tcu::boolAll(tcu::lessThan(tcu::abs(m_resultsPostDraw[1] - getTestColorLinear()), getEpsilonEr… in verifyResult()
|
D | es31fOpaqueTypeIndexingTests.cpp | 636 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); in iterate() 651 isOk = boolAll(equal(reference, result)); in iterate()
|
D | es31fUniformLocationTests.cpp | 448 if (!boolAll(lessThanEqual(diff, threshold))) in verifyResult()
|
D | es31fTextureGatherTests.cpp | 684 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()
|
D | es31fTessellationGeometryInteractionTests.cpp | 2955 …if (!tcu::boolAll(tcu::lessThan(tcu::abs(feedbackValues[ndx] - tcu::Vec4(3.0f)), tcu::Vec4(0.001f)… in iterate()
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 208 def boolAll(a): return a.boolAll() member in GenMath 413 def boolAll(self): return Scalar(self.x and self.y) member in Vec2 504 def boolAll(self): return Scalar(self.x and self.y and self.z) member in Vec3 591 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w) member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 218 def boolAll(a): return a.boolAll() member in GenMath 489 def boolAll(self): return Scalar(self.x and self.y) member in Vec2 607 def boolAll(self): return Scalar(self.x and self.y and self.z) member in Vec3 721 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w) member in Vec4
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 218 def boolAll(a): return a.boolAll() member in GenMath 487 def boolAll(self): return Scalar(self.x and self.y) member in Vec2 605 def boolAll(self): return Scalar(self.x and self.y and self.z) member in Vec3 719 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w) member in Vec4
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 305 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) && in oneWayComparePointSets() 306 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax))) in oneWayComparePointSets()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 177 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold)); in compareBlockImages() 188 return boolAll(lessThanEqual(maxDiffDst, threshold)); in compareBlockImages()
|
D | es3fFragmentOutputTests.cpp | 712 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate() 750 DE_ASSERT(boolAll(lessThanEqual(c, maxVal))); in iterate()
|
D | es3fPolygonOffsetTests.cpp | 82 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
|
D | es3fClippingTests.cpp | 93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled() 120 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareColoredPixels()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1592 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1766 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1933 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2042 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2239 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2405 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() 2519 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() 2641 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() [all …]
|
/external/deqp/modules/egl/ |
D | teglSwapBuffersTests.cpp | 255 if (!boolAll(lessThanEqual(diff, threshold))) in checkColor()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 812 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff))); in runCase()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 1032 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); in iterate() 1047 isOk = boolAll(equal(reference, result)); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
|
D | es2fClippingTests.cpp | 90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); in isHalfFilled() 117 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareColoredPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 1326 …if (!tcu::boolAll(tcu::greaterThanEqual(alphaOneImage.getPixel(x, y), noAlphaOneImage.getPixel(x, … in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 729 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()
|