/external/deqp/framework/common/ |
tcuImageCompare.cpp | 111 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 145 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 158 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 439 bool isOk = boolAll(lessThanEqual(diff, threshold)); 448 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 526 bool isOk = boolAll(lessThanEqual(diff, threshold)); 535 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 610 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 619 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 695 bool isOk = boolAll(lessThanEqual(diff, threshold)) [all...] |
tcuVectorUtil.hpp | 105 template<typename T> inline bool lessThanEqual (T a, T b) { return (a <= b); } 254 inline Vector<bool, Size> lessThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)
|
tcuTexLookupVerifier.cpp | 85 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); 90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask))); 95 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask))); 222 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 229 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 236 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 248 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); [all...] |
/external/deqp/modules/egl/ |
teglSwapBuffersTests.cpp | 253 if (!boolAll(lessThanEqual(diff, threshold)))
|
/external/deqp/modules/gles3/functional/ |
es3fFragmentOutputTests.cpp | 624 const BVec4 isZero = lessThanEqual(fmtBits, IVec4(0)); 647 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); 685 DE_ASSERT(boolAll(lessThanEqual(c, maxVal))); [all...] |
es3fASTCDecompressionCases.cpp | [all...] |
es3fShaderOperatorTests.cpp | [all...] |
es3fPolygonOffsetTests.cpp | 82 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); [all...] |
es3fShaderDerivateTests.cpp | 394 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true)); [all...] |
es3fClippingTests.cpp | 93 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); 120 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); [all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.cpp | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
es2fPolygonOffsetTests.cpp | 79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); [all...] |
es2fClippingTests.cpp | 90 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - halfFilled), threshold)); 117 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fOpaqueTypeIndexingTests.cpp | 581 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); [all...] |
es31fUniformLocationTests.cpp | 449 if (!boolAll(lessThanEqual(diff, threshold))) [all...] |
es31fShaderImageLoadStoreTests.cpp | [all...] |
es31fTessellationTests.cpp | [all...] |