Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glsl/builtins/profiles/
D100.glsl250 bvec2 greaterThanEqual( vec2 x, vec2 y);
251 bvec3 greaterThanEqual( vec3 x, vec3 y);
252 bvec4 greaterThanEqual( vec4 x, vec4 y);
253 bvec2 greaterThanEqual(ivec2 x, ivec2 y);
254 bvec3 greaterThanEqual(ivec3 x, ivec3 y);
255 bvec4 greaterThanEqual(ivec4 x, ivec4 y);
D110.glsl251 bvec2 greaterThanEqual( vec2 x, vec2 y);
252 bvec3 greaterThanEqual( vec3 x, vec3 y);
253 bvec4 greaterThanEqual( vec4 x, vec4 y);
254 bvec2 greaterThanEqual(ivec2 x, ivec2 y);
255 bvec3 greaterThanEqual(ivec3 x, ivec3 y);
256 bvec4 greaterThanEqual(ivec4 x, ivec4 y);
D120.glsl283 bvec2 greaterThanEqual( vec2 x, vec2 y);
284 bvec3 greaterThanEqual( vec3 x, vec3 y);
285 bvec4 greaterThanEqual( vec4 x, vec4 y);
286 bvec2 greaterThanEqual(ivec2 x, ivec2 y);
287 bvec3 greaterThanEqual(ivec3 x, ivec3 y);
288 bvec4 greaterThanEqual(ivec4 x, ivec4 y);
D130.glsl419 bvec2 greaterThanEqual( vec2 x, vec2 y);
420 bvec3 greaterThanEqual( vec3 x, vec3 y);
421 bvec4 greaterThanEqual( vec4 x, vec4 y);
422 bvec2 greaterThanEqual(ivec2 x, ivec2 y);
423 bvec3 greaterThanEqual(ivec3 x, ivec3 y);
424 bvec4 greaterThanEqual(ivec4 x, ivec4 y);
425 bvec2 greaterThanEqual(uvec2 x, uvec2 y);
426 bvec3 greaterThanEqual(uvec3 x, uvec3 y);
427 bvec4 greaterThanEqual(uvec4 x, uvec4 y);
D140.glsl423 bvec2 greaterThanEqual( vec2 x, vec2 y);
424 bvec3 greaterThanEqual( vec3 x, vec3 y);
425 bvec4 greaterThanEqual( vec4 x, vec4 y);
426 bvec2 greaterThanEqual(ivec2 x, ivec2 y);
427 bvec3 greaterThanEqual(ivec3 x, ivec3 y);
428 bvec4 greaterThanEqual(ivec4 x, ivec4 y);
429 bvec2 greaterThanEqual(uvec2 x, uvec2 y);
430 bvec3 greaterThanEqual(uvec3 x, uvec3 y);
431 bvec4 greaterThanEqual(uvec4 x, uvec4 y);
/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/mesa3d/src/glsl/builtins/ir/
DgreaterThanEqual.ir1 ((function greaterThanEqual
/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/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/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES2.functional.hasty.Flaky.bz21dEQP-GLES2.functional.buffer.write.basic.array_dynamic_draw 2dEQP-GLES2. ...
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2643 DE_ASSERT(tcu::allEqual(greaterThanEqual(threshold, IVec4(0)), BVec4(true))); in comparePixelToColorClearValue()
2836 tcu::logicalAnd(greaterThanEqual(resColor, minRefColor), in checkColorRenderQuad()
2879 tcu::logicalAnd(greaterThanEqual(resColor, minRefColor), in checkColorRenderQuad()
2922 tcu::logicalAnd(greaterThanEqual(resColor, minRefColor), in checkColorRenderQuad()
/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/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/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/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1181 …if (!tcu::boolAll(tcu::greaterThanEqual(alphaOneImage.getPixel(x, y), noAlphaOneImage.getPixel(x, … in verifyImage()

12