/third_party/vk-gl-cts/modules/internal/ |
H A D | ditSRGB8ConversionTest.cpp | 84 if (tcu::boolAny(tcu::greaterThan(discreteFloatDiff, tcu::UVec4(1u)))) in iterate()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A 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
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 206 if (tcu::boolAny(tcu::lessThan(px, tcu::Vec4(-1.0f))) || tcu::boolAny(tcu::greaterThan(px, tcu::Vec4(+1.0f)))) in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 206 if (tcu::boolAny(tcu::lessThan(px, tcu::Vec4(-1.0f))) || tcu::boolAny(tcu::greaterThan(px, tcu::Vec4(+1.0f)))) in verifyPixels()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A 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
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A 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
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 446 bool fail = tcu::boolAny(tcu::lessThan(resValue, minBound[ndx])) || tcu::boolAny(tcu::greaterThan(resValue, maxBound[ndx])); in iterate()
|
H A D | vktYCbCrViewTests.cpp | 741 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView() 799 if (boolAny(greaterThanEqual(abs(resValue - refValue), threshold))) in testPlaneView()
|
H A D | vktYCbCrConversionTests.cpp | 996 fail = (tcu::boolAny(tcu::lessThan(results[i][ndx], minMidpointBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxMidpointBounds[i][ndx]))) && in textureConversionTest() 997 (tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx]))); in textureConversionTest() 1001 fail = tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx])); in textureConversionTest()
|
H A D | vktYCbCrFormatTests.cpp | 537 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 446 bool fail = tcu::boolAny(tcu::lessThan(resValue, minBound[ndx])) || tcu::boolAny(tcu::greaterThan(resValue, maxBound[ndx])); in iterate()
|
H A D | vktYCbCrConversionTests.cpp | 923 fail = (tcu::boolAny(tcu::lessThan(results[i][ndx], minMidpointBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxMidpointBounds[i][ndx]))) && in textureConversionTest() 924 (tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx]))); in textureConversionTest() 928 fail = tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx])); in textureConversionTest()
|
H A D | vktYCbCrFormatTests.cpp | 537 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
|
H A D | vktYCbCrViewTests.cpp | 709 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 922 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in checkResult() 958 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in checkResultFloat()
|
H A D | vktApiImageClearingTests.cpp | 83 const bool is64Bit = tcu::boolAny(tcu::equal(bitDepths, tcu::IVec4(64,64,64,64))); in is64Format()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 899 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in checkResult() 935 if (tcu::boolAny(tcu::greaterThan(tcu::abs(result - reference), conversionThreshold))) in checkResultFloat()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 311 inline bool boolAny (const Vector<bool, Size>& a)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 1571 if (boolAny(notEqual(resPix, refPix))) in checkResultImage() 1587 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 1571 if (boolAny(notEqual(resPix, refPix))) in checkResultImage() 1587 if (boolAny(notEqual(resPix, refPix))) in checkResultImageWithReference()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBorderClampTests.cpp | 1139 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask, 1203 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue))))
|
H A D | es31fFboSRGBWriteControlTests.cpp | 1662 if (tcu::boolAny(tcu::greaterThan(tcu::abs(m_resultsPostDraw[0] - m_resultsPostDraw[1]), getEpsilonError()))) in verifyResult()
|
H A D | es31fSampleVariableTests.cpp | 78 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold))); in verify()
|
H A D | es31fTessellationGeometryInteractionTests.cpp | 1216 if (tcu::boolAny(tcu::greaterThan(tcu::abs(primitiveVertex - generatedElementVertex), equalThreshold)))
|
H A D | es31fTextureGatherTests.cpp | 622 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
|