Home
last modified time | relevance | path

Searched refs:boolAny (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/internal/
DditSRGB8ConversionTest.cpp84 if (tcu::boolAny(tcu::greaterThan(discreteFloatDiff, tcu::UVec4(1u)))) in iterate()
/external/deqp/modules/gles2/scripts/
Dgenutil.py205 def boolAny(a): return a.boolAny() member in GenMath
412 def boolAny(self): return Scalar(self.x or self.y) member in Vec2
503 def boolAny(self): return Scalar(self.x or self.y or self.z) member in Vec3
590 def boolAny(self): return Scalar(self.x or self.y or self.z or self.w) member in Vec4
/external/deqp/modules/gles31/scripts/
Dgenutil.py215 def boolAny(a): return a.boolAny() member in GenMath
488 def boolAny(self): return Scalar(self.x or self.y) member in Vec2
606 def boolAny(self): return Scalar(self.x or self.y or self.z) member in Vec3
720 def boolAny(self): return Scalar(self.x or self.y or self.z or self.w) member in Vec4
/external/deqp/modules/gles3/scripts/
Dgenutil.py215 def boolAny(a): return a.boolAny() member in GenMath
486 def boolAny(self): return Scalar(self.x or self.y) member in Vec2
604 def boolAny(self): return Scalar(self.x or self.y or self.z) member in Vec3
718 def boolAny(self): return Scalar(self.x or self.y or self.z or self.w) member in Vec4
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp799 …fail = (tcu::boolAny(tcu::lessThan(results[ndx], minMidpointBounds[ndx])) || tcu::boolAny(tcu::gre… in textureConversionTest()
800 …(tcu::boolAny(tcu::lessThan(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(result… in textureConversionTest()
804 …fail = tcu::boolAny(tcu::lessThan(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(… in textureConversionTest()
DvktYCbCrFormatTests.cpp484 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
DvktYCbCrViewTests.cpp683 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testPlaneView()
/external/deqp/framework/common/
DtcuVectorUtil.hpp310 inline bool boolAny (const Vector<bool, Size>& a) in boolAny() function
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1582 if (boolAny(notEqual(resPix, refPix))) in checkResultImage()
1598 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp1660 …if (tcu::boolAny(tcu::greaterThan(tcu::abs(m_resultsPostDraw[0] - m_resultsPostDraw[1]), getEpsilo… in verifyResult()
Des31fTextureBorderClampTests.cpp1138 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask, in verifyTextureGatherResult()
1202 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
Des31fSampleVariableTests.cpp78 …return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVe… in verify()
Des31fTessellationGeometryInteractionTests.cpp1207 …if (tcu::boolAny(tcu::greaterThan(tcu::abs(primitiveVertex - generatedElementVertex), equalThresho… in verifyFeedbackResults()
Des31fTextureGatherTests.cpp621 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp650 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
DvktShaderRenderOperatorTests.cpp1299 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp904 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp5077 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in testResourceAccess()
7047 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), samplingThreshold))) in testResourceAccess()
8870 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in testResourceAccess()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1348 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);