/external/deqp/modules/internal/ |
D | ditSRGB8ConversionTest.cpp | 84 if (tcu::boolAny(tcu::greaterThan(discreteFloatDiff, tcu::UVec4(1u)))) in iterate()
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 205 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/ |
D | genutil.py | 215 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/ |
D | genutil.py | 215 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/ |
D | vktYCbCrConversionTests.cpp | 799 …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()
|
D | vktYCbCrFormatTests.cpp | 484 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
|
D | vktYCbCrViewTests.cpp | 683 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testPlaneView()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 310 inline bool boolAny (const Vector<bool, Size>& a) in boolAny() function
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1582 if (boolAny(notEqual(resPix, refPix))) in checkResultImage() 1598 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 1660 …if (tcu::boolAny(tcu::greaterThan(tcu::abs(m_resultsPostDraw[0] - m_resultsPostDraw[1]), getEpsilo… in verifyResult()
|
D | es31fTextureBorderClampTests.cpp | 1138 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask, in verifyTextureGatherResult() 1202 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
|
D | es31fSampleVariableTests.cpp | 78 …return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVe… in verify()
|
D | es31fTessellationGeometryInteractionTests.cpp | 1207 …if (tcu::boolAny(tcu::greaterThan(tcu::abs(primitiveVertex - generatedElementVertex), equalThresho… in verifyFeedbackResults()
|
D | es31fTextureGatherTests.cpp | 621 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 650 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
|
D | vktShaderRenderOperatorTests.cpp | 1299 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 904 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 5077 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/ |
D | es3fShaderOperatorTests.cpp | 1348 DECLARE_UNARY_SCALAR_BVEC_FUNCS(any, boolAny);
|