Home
last modified time | relevance | path

Searched refs:greaterThanEqual (Results 1 – 25 of 40) sorted by relevance

12

/external/vulkan-validation-layers/libs/glm/gtc/
Depsilon.inl113 return greaterThanEqual(abs(x - y), vecType<T, P>(epsilon));
124 return greaterThanEqual(abs(x - y), vecType<T, P>(epsilon));
148 return greaterThanEqual(abs(v), detail::tvec4<T, P>(epsilon));
Dquaternion.hpp374 GLM_FUNC_DECL detail::tvec4<bool, P> greaterThanEqual(
Dquaternion.inl893 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> greaterThanEqual function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.hpp89 …GLM_FUNC_DECL typename vecType<T, P>::bool_type greaterThanEqual(vecType<T, P> const & x, vecType<…
Dintrinsic_vector_relational.inl167 //// greaterThanEqual
169 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type greaterThanEqual
184 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type greaterThanEqual
199 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type greaterThanEqual
Dfunc_vector_relational.inl86 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type greaterThanEqual function
93 …"Invalid template instantiation of 'greaterThanEqual', GLM vector types required floating-point or…
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl43 GLM_FUNC_QUALIFIER bool greaterThanEqual function
/external/deqp/framework/common/
DtcuVectorUtil.hpp102 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); } in greaterThanEqual() function
270 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in greaterThanEqual() function
DtcuTexLookupVerifier.cpp217 …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/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp440 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
DvktYCbCrViewTests.cpp687 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testPlaneView()
/external/skia/src/sksl/
Dsksl.include170 $bvec greaterThanEqual($vec x, $vec y);
171 $bvec greaterThanEqual($ivec x, $ivec y);
172 $bvec greaterThanEqual($uvec x, $uvec y);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp305 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) && in oneWayComparePointSets()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp874 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual)
883 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1156 …f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init()
1166 ….9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1261 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1270 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1279 DECLARE_UINT_SCALAR_CWISE_COMPARE_FUNCS(greaterThanEqual)
1760 …f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init()
1770 ….9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1309 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1318 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1327 DECLARE_UINT_CWISE_COMPARE_FUNCS(greaterThanEqual)
1800 …f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init()
1810 ….9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
Des3fFragmentOutputTests.cpp712 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate()
/external/deqp/android/cts/master/
Dgles2-master.txt5495 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
5496 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
5497 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
5498 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
5499 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
5500 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
5501 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
5502 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
5503 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
5504 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/nyc/
Dgles2-master.txt5495 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
5496 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
5497 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
5498 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
5499 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
5500 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
5501 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
5502 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
5503 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
5504 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/nyc/src/
Dgles2-master.txt5495 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
5496 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
5497 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
5498 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
5499 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
5500 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
5501 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
5502 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
5503 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
5504 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/mnc/src/
Dgles2-master.txt5490 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
5491 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
5492 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
5493 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
5494 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
5495 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
5496 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
5497 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
5498 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
5499 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]
/external/deqp/android/cts/mnc/
Dgles2-master.txt5490 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
5491 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
5492 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
5493 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
5494 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
5495 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
5496 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
5497 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
5498 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
5499 dEQP-GLES2.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp427 DE_ASSERT(allEqual(greaterThanEqual(threshold, IVec4(0)), BVec4(true))); in comparePixelToColorClearValue()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1326 …if (!tcu::boolAll(tcu::greaterThanEqual(alphaOneImage.getPixel(x, y), noAlphaOneImage.getPixel(x, … in verifyImage()
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt11357 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_vertex
11358 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec2_fragment
11359 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_vertex
11360 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec2_fragment
11361 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_vertex
11362 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.highp_vec2_fragment
11363 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_vertex
11364 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.lowp_vec3_fragment
11365 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_vertex
11366 dEQP-GLES3.functional.shaders.operator.float_compare.greaterThanEqual.mediump_vec3_fragment
[all …]

12