Home
last modified time | relevance | path

Searched refs:boolAny (Results 1 - 25 of 34) sorted by relevance

12

/third_party/vk-gl-cts/modules/internal/
H A DditSRGB8ConversionTest.cpp84 if (tcu::boolAny(tcu::greaterThan(discreteFloatDiff, tcu::UVec4(1u)))) in iterate()
/third_party/vk-gl-cts/modules/gles2/scripts/
H A 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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureConversionTests.cpp206 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 DvktTextureConversionTests.cpp206 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 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
/third_party/vk-gl-cts/modules/gles31/scripts/
H A 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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp446 bool fail = tcu::boolAny(tcu::lessThan(resValue, minBound[ndx])) || tcu::boolAny(tcu::greaterThan(resValue, maxBound[ndx])); in iterate()
H A DvktYCbCrViewTests.cpp741 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView()
799 if (boolAny(greaterThanEqual(abs(resValue - refValue), threshold))) in testPlaneView()
H A DvktYCbCrConversionTests.cpp996 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 DvktYCbCrFormatTests.cpp537 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 DvktYCbCrFilteringTests.cpp446 bool fail = tcu::boolAny(tcu::lessThan(resValue, minBound[ndx])) || tcu::boolAny(tcu::greaterThan(resValue, maxBound[ndx])); in iterate()
H A DvktYCbCrConversionTests.cpp923 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 DvktYCbCrFormatTests.cpp537 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
H A DvktYCbCrViewTests.cpp709 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp922 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 DvktApiImageClearingTests.cpp83 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 DvktApiBufferViewAccessTests.cpp899 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 DtcuVectorUtil.hpp311 inline bool boolAny (const Vector<bool, Size>& a)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1571 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 DvktShaderLibrary.cpp1571 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 Des31fTextureBorderClampTests.cpp1139 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask,
1203 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue))))
H A Des31fFboSRGBWriteControlTests.cpp1662 if (tcu::boolAny(tcu::greaterThan(tcu::abs(m_resultsPostDraw[0] - m_resultsPostDraw[1]), getEpsilonError()))) in verifyResult()
H A Des31fSampleVariableTests.cpp78 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 Des31fTessellationGeometryInteractionTests.cpp1216 if (tcu::boolAny(tcu::greaterThan(tcu::abs(primitiveVertex - generatedElementVertex), equalThreshold)))
H A Des31fTextureGatherTests.cpp622 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()

Completed in 48 milliseconds

12