/external/vulkan-validation-layers/libs/glm/detail/ |
func_vector_relational.hpp | 68 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThanEqual.xml">GLSL lessThanEqual man page</a> 71 GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
func_vector_relational.hpp | 68 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThanEqual.xml">GLSL lessThanEqual man page</a> 71 GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
|
/external/deqp/framework/common/ |
tcuImageCompare.cpp | 125 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 144 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 167 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 510 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 597 bool isOk = boolAll(lessThanEqual(diff, threshold)); 606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 681 const bool isOk = boolAll(lessThanEqual(diff, threshold)); 690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); 766 bool isOk = boolAll(lessThanEqual(diff, threshold)) [all...] |
tcuVectorUtil.hpp | 100 template<typename T> inline bool lessThanEqual (T a, T b) { return (a <= b); } 252 inline Vector<bool, Size> lessThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)
|
tcuTexLookupVerifier.cpp | 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); 85 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask))); 90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask))); 217 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 224 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 231 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); 243 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fASTCDecompressionCases.cpp | 177 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold)); 188 return boolAll(lessThanEqual(maxDiffDst, threshold));
|
es3fFragmentOutputTests.cpp | 689 const BVec4 isZero = lessThanEqual(fmtBits, IVec4(0)); 712 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); 750 DE_ASSERT(boolAll(lessThanEqual(c, maxVal))); [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...] |
/frameworks/native/libs/math/tests/ |
vec_test.cpp | 200 EXPECT_TRUE(all(lessThanEqual(v0, v0)));
|
/external/deqp/framework/opengl/ |
gluTextureTestUtil.cpp | [all...] |
/external/deqp/modules/egl/ |
teglSwapBuffersTests.cpp | 255 if (!boolAll(lessThanEqual(diff, threshold)))
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.hpp | 354 GLM_FUNC_DECL detail::tvec4<bool, P> lessThanEqual(
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
quaternion.hpp | 354 GLM_FUNC_DECL detail::tvec4<bool, P> lessThanEqual(
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.cpp | 365 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 386 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 407 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); [all...] |
/frameworks/native/libs/math/include/math/ |
TVecHelpers.h | 356 CONSTEXPR VECTOR<bool> PURE lessThanEqual(const VECTOR<T>& lv, const VECTOR<RT>& rv) {
|
/external/turbine/java/com/google/turbine/binder/ |
ConstEvaluator.java | 595 static Const.Value lessThanEqual(Const.Value a, Const.Value b) { 789 return lessThanEqual(lhs, rhs);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationCoordinatesTests.cpp | 306 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax)))
|
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
es2fPolygonOffsetTests.cpp | 79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); [all...] |
/external/deqp/modules/internal/ |
ditFrameworkTests.cpp | 826 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff)));
|
/external/deqp/modules/gles31/functional/ |
es31fOpaqueTypeIndexingTests.cpp | 636 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); [all...] |
es31fUniformLocationTests.cpp | 448 if (!boolAll(lessThanEqual(diff, threshold))) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | [all...] |