Home
last modified time | relevance | path

Searched refs:boolAll (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/framework/common/
DtcuImageCompare.cpp125 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 …]
DtcuTexLookupVerifier.cpp80 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 …]
DtcuVectorUtil.hpp319 inline bool boolAll (const Vector<bool, Size>& a) in boolAll() function
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp1415 …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()
Des31fFboSRGBWriteControlTests.cpp1649 …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()
Des31fOpaqueTypeIndexingTests.cpp636 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); in iterate()
651 isOk = boolAll(equal(reference, result)); in iterate()
Des31fUniformLocationTests.cpp448 if (!boolAll(lessThanEqual(diff, threshold))) in verifyResult()
Des31fTextureGatherTests.cpp684 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()
Des31fTessellationGeometryInteractionTests.cpp2955 …if (!tcu::boolAll(tcu::lessThan(tcu::abs(feedbackValues[ndx] - tcu::Vec4(3.0f)), tcu::Vec4(0.001f)… in iterate()
/external/deqp/modules/gles2/scripts/
Dgenutil.py208 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/
Dgenutil.py218 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/
Dgenutil.py218 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/
DvktTessellationCoordinatesTests.cpp305 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) && in oneWayComparePointSets()
306 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax))) in oneWayComparePointSets()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp177 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold)); in compareBlockImages()
188 return boolAll(lessThanEqual(maxDiffDst, threshold)); in compareBlockImages()
Des3fFragmentOutputTests.cpp712 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate()
750 DE_ASSERT(boolAll(lessThanEqual(c, maxVal))); in iterate()
Des3fPolygonOffsetTests.cpp82 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
Des3fClippingTests.cpp93 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/
DgluTextureTestUtil.cpp1278 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/
DteglSwapBuffersTests.cpp255 if (!boolAll(lessThanEqual(diff, threshold))) in checkColor()
/external/deqp/modules/internal/
DditFrameworkTests.cpp812 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff))); in runCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1032 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); in iterate()
1047 isOk = boolAll(equal(reference, result)); in iterate()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
Des2fClippingTests.cpp90 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/
DvktPipelineMultisampleTests.cpp1326 …if (!tcu::boolAll(tcu::greaterThanEqual(alphaOneImage.getPixel(x, y), noAlphaOneImage.getPixel(x, … in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp729 if (!tcu::boolAll(tcu::equal(resultPix, idealPix))) in verifyGatherOffsetsCompare()

12