/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 125 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 144 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 167 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 510 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatUlpThresholdCompare() 519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatUlpThresholdCompare() 597 bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare() 606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare() 681 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare() 690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare() 766 bool isOk = boolAll(lessThanEqual(diff, threshold)); in intThresholdCompare() [all …]
|
D | tcuVectorUtil.hpp | 100 template<typename T> inline bool lessThanEqual (T a, T b) { return (a <= b); } in lessThanEqual() function 252 inline Vector<bool, Size> lessThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in lessThanEqual() function
|
D | tcuTexLookupVerifier.cpp | 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); in isColorValid() 85 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logica… in isColorValid() 90 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec… in isColorValid() 217 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() 224 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() 231 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds() 243 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_vector_relational.hpp | 71 …GLM_FUNC_DECL typename vecType<T, P>::bool_type lessThanEqual(vecType<T, P> const & x, vecType<T, …
|
D | intrinsic_vector_relational.inl | 75 //// lessThanEqual 77 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type lessThanEqual 92 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type lessThanEqual 107 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type lessThanEqual
|
D | func_vector_relational.inl | 52 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type lessThanEqual function 59 …"Invalid template instantiation of 'lessThanEqual', GLM vector types required floating-point or in…
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | scalar_relational.inl | 23 GLM_FUNC_QUALIFIER bool lessThanEqual function
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 177 const bool isOk = tcu::boolAll(tcu::lessThanEqual(diff, threshold)); in compareBlockImages() 188 return boolAll(lessThanEqual(maxDiffDst, threshold)); in compareBlockImages()
|
D | es3fFragmentOutputTests.cpp | 689 const BVec4 isZero = lessThanEqual(fmtBits, IVec4(0)); in iterate() 712 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate() 750 DE_ASSERT(boolAll(lessThanEqual(c, maxVal))); in iterate()
|
D | es3fShaderOperatorTests.cpp | 1307 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(lessThanEqual) 1316 DECLARE_INT_CWISE_COMPARE_FUNCS(lessThanEqual) 1325 DECLARE_UINT_CWISE_COMPARE_FUNCS(lessThanEqual) 1798 …1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(lessThanEqual) ) in init() 1808 …, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(lessThanEqual) ) in init()
|
D | es3fPolygonOffsetTests.cpp | 82 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1592 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1766 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1933 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2042 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2239 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 2405 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() 2519 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() 2641 …if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonS… in computeTextureCompareDiff() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | quaternion.hpp | 354 GLM_FUNC_DECL detail::tvec4<bool, P> lessThanEqual(
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 363 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue() 384 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue() 405 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
|
/external/deqp/modules/egl/ |
D | teglSwapBuffersTests.cpp | 255 if (!boolAll(lessThanEqual(diff, threshold))) in checkColor()
|
/external/skia/src/sksl/ |
D | sksl.include | 164 $bvec lessThanEqual($vec x, $vec y); 165 $bvec lessThanEqual($ivec x, $ivec y); 166 $bvec lessThanEqual($uvec x, $uvec y);
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 306 tcu::boolAll(tcu::lessThanEqual (superPt, matchMax))) in oneWayComparePointSets()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 872 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(lessThanEqual) 881 DECLARE_INT_CWISE_COMPARE_FUNCS(lessThanEqual) 1154 …1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(lessThanEqual) ) in init() 1164 …, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(lessThanEqual) ) in init()
|
D | es2fPolygonOffsetTests.cpp | 79 return tcu::boolAll(tcu::lessThanEqual(tcu::abs(a - b), threshold)); in compareThreshold()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1259 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(lessThanEqual) 1268 DECLARE_INT_CWISE_COMPARE_FUNCS(lessThanEqual) 1277 DECLARE_UINT_SCALAR_CWISE_COMPARE_FUNCS(lessThanEqual) 1758 …1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(lessThanEqual) ) in init() 1768 …, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(lessThanEqual) ) in init()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 812 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff))); in runCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 448 if (!boolAll(lessThanEqual(diff, threshold))) in verifyResult()
|
/external/deqp/android/cts/master/ |
D | gles2-master.txt | 5461 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_vertex 5462 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_fragment 5463 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_vertex 5464 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_fragment 5465 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_vertex 5466 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_fragment 5467 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_vertex 5468 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_fragment 5469 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_vertex 5470 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_fragment [all …]
|
/external/deqp/android/cts/nyc/ |
D | gles2-master.txt | 5461 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_vertex 5462 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_fragment 5463 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_vertex 5464 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_fragment 5465 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_vertex 5466 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_fragment 5467 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_vertex 5468 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_fragment 5469 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_vertex 5470 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_fragment [all …]
|
/external/deqp/android/cts/nyc/src/ |
D | gles2-master.txt | 5461 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_vertex 5462 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec2_fragment 5463 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_vertex 5464 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec2_fragment 5465 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_vertex 5466 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.highp_vec2_fragment 5467 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_vertex 5468 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.lowp_vec3_fragment 5469 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_vertex 5470 dEQP-GLES2.functional.shaders.operator.float_compare.lessThanEqual.mediump_vec3_fragment [all …]
|