HomeSort by relevance Sort by last modified time
    Searched refs:lessThanEqual (Results 1 - 24 of 24) sorted by null

  /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);
  /external/deqp/framework/common/
tcuImageCompare.cpp 124 const bool isOk = boolAll(lessThanEqual(diff, threshold));
143 const bool isOk = boolAll(lessThanEqual(diff, threshold));
166 const bool isOk = boolAll(lessThanEqual(diff, threshold));
509 const bool isOk = boolAll(lessThanEqual(diff, threshold));
518 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
596 bool isOk = boolAll(lessThanEqual(diff, threshold));
605 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
680 const bool isOk = boolAll(lessThanEqual(diff, threshold));
689 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
765 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...]
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/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(
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.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/internal/
ditFrameworkTests.cpp 812 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...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 615 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold)));
    [all...]

Completed in 3703 milliseconds