Home
last modified time | relevance | path

Searched refs:notEqual (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/glsl/builtins/profiles/
D100.glsl267 bvec2 notEqual( vec2 x, vec2 y);
268 bvec3 notEqual( vec3 x, vec3 y);
269 bvec4 notEqual( vec4 x, vec4 y);
270 bvec2 notEqual(ivec2 x, ivec2 y);
271 bvec3 notEqual(ivec3 x, ivec3 y);
272 bvec4 notEqual(ivec4 x, ivec4 y);
273 bvec2 notEqual(bvec2 x, bvec2 y);
274 bvec3 notEqual(bvec3 x, bvec3 y);
275 bvec4 notEqual(bvec4 x, bvec4 y);
D110.glsl268 bvec2 notEqual( vec2 x, vec2 y);
269 bvec3 notEqual( vec3 x, vec3 y);
270 bvec4 notEqual( vec4 x, vec4 y);
271 bvec2 notEqual(ivec2 x, ivec2 y);
272 bvec3 notEqual(ivec3 x, ivec3 y);
273 bvec4 notEqual(ivec4 x, ivec4 y);
274 bvec2 notEqual(bvec2 x, bvec2 y);
275 bvec3 notEqual(bvec3 x, bvec3 y);
276 bvec4 notEqual(bvec4 x, bvec4 y);
D120.glsl300 bvec2 notEqual( vec2 x, vec2 y);
301 bvec3 notEqual( vec3 x, vec3 y);
302 bvec4 notEqual( vec4 x, vec4 y);
303 bvec2 notEqual(ivec2 x, ivec2 y);
304 bvec3 notEqual(ivec3 x, ivec3 y);
305 bvec4 notEqual(ivec4 x, ivec4 y);
306 bvec2 notEqual(bvec2 x, bvec2 y);
307 bvec3 notEqual(bvec3 x, bvec3 y);
308 bvec4 notEqual(bvec4 x, bvec4 y);
D130.glsl442 bvec2 notEqual( vec2 x, vec2 y);
443 bvec3 notEqual( vec3 x, vec3 y);
444 bvec4 notEqual( vec4 x, vec4 y);
445 bvec2 notEqual(ivec2 x, ivec2 y);
446 bvec3 notEqual(ivec3 x, ivec3 y);
447 bvec4 notEqual(ivec4 x, ivec4 y);
448 bvec2 notEqual(uvec2 x, uvec2 y);
449 bvec3 notEqual(uvec3 x, uvec3 y);
450 bvec4 notEqual(uvec4 x, uvec4 y);
451 bvec2 notEqual(bvec2 x, bvec2 y);
[all …]
D140.glsl446 bvec2 notEqual( vec2 x, vec2 y);
447 bvec3 notEqual( vec3 x, vec3 y);
448 bvec4 notEqual( vec4 x, vec4 y);
449 bvec2 notEqual(ivec2 x, ivec2 y);
450 bvec3 notEqual(ivec3 x, ivec3 y);
451 bvec4 notEqual(ivec4 x, ivec4 y);
452 bvec2 notEqual(uvec2 x, uvec2 y);
453 bvec3 notEqual(uvec3 x, uvec3 y);
454 bvec4 notEqual(uvec4 x, uvec4 y);
455 bvec2 notEqual(bvec2 x, bvec2 y);
[all …]
/external/autotest/client/site_tests/graphics_dEQP/expectations/pinetrail/
DdEQP-GLES2.performance.InternalError.bz21dEQP-GLES2.performance.shader.operator.angle_and_trigonometry.acos.fragment.highp_float 2 ...
/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java26 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
27 assertFalse(delegatingMethod.equals(notEqual)); in equals_should_return_false_when_not_equal()
/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java225 public final int notEqual(IntegerValue other) in notEqual() method in IntegerValue
467 public final int notEqual(UnknownIntegerValue other) in notEqual() method in IntegerValue
711 public final int notEqual(SpecificIntegerValue other) in notEqual() method in IntegerValue
955 public final int notEqual(ParticularIntegerValue other) in notEqual() method in IntegerValue
DReferenceValue.java165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.hpp108 …GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> co…
Dintrinsic_vector_relational.inl262 //// notEqual
264 //GLM_FUNC_QUALIFIER typename detail::tvec2<T, P>::bool_type notEqual
280 //GLM_FUNC_QUALIFIER typename detail::tvec3<T, P>::bool_type notEqual
296 //GLM_FUNC_QUALIFIER typename detail::tvec4<T, P>::bool_type notEqual
Dfunc_vector_relational.inl118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl63 GLM_FUNC_QUALIFIER bool notEqual function
/external/mesa3d/src/glsl/builtins/ir/
DnotEqual.ir1 ((function notEqual
/external/proguard/src/proguard/evaluation/
DProcessor.java776 stack.ipop().notEqual(valueFactory.createIntegerValue(0))); in visitBranchInstruction()
807 stack.ipop().notEqual(stack.ipop())); in visitBranchInstruction()
841 stack.apop().notEqual(stack.apop())); in visitBranchInstruction()
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES2.functional.hasty.Fail.bz21dEQP-GLES2.functional.fbo.api.attachment_query_empty_fbo 2dEQP-GLES2.functional. ...
/external/deqp/framework/common/
DtcuVectorUtil.hpp104 template<typename T> inline bool notEqual (T a, T b) { return (a != b); } in notEqual() function
234 inline Vector<bool, Size> notEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in notEqual() function
/external/skia/src/sksl/
Dsksl.include177 $bvec notEqual($vec x, $vec y);
178 $bvec notEqual($ivec x, $ivec y);
179 $bvec notEqual($uvec x, $uvec y);
180 $bvec notEqual($bvec x, $bvec y);
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.hpp394 GLM_FUNC_DECL detail::tvec4<bool, P> notEqual(
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp876 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
885 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
890 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
1158 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1168 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1174 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1311 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
1320 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
1329 DECLARE_UINT_CWISE_COMPARE_FUNCS(notEqual)
1334 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
1802 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1812 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1818 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1263 DECLARE_FLOAT_VEC_CWISE_COMPARE_FUNCS(notEqual)
1272 DECLARE_INT_VEC_CWISE_COMPARE_FUNCS(notEqual)
1284 DECLARE_BOOL_VEC_CWISE_COMPARE_FUNCS(notEqual)
1762 ….0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) ) in init()
1772 …-5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) ) in init()
1778 …-5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) ) in init()
/external/swiftshader/src/Shader/
DShaderCore.hpp383 void notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp723 Temporary notEqual(this); in visitBinary() local
724 emit(sw::Shader::OPCODE_NE, &notEqual, 0, left, index, right, index); in visitBinary()
725 emit(sw::Shader::OPCODE_OR, result, result, &notEqual); in visitBinary()
/external/deqp/android/cts/nyc/
Dgles2-master.txt5530 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_vertex
5531 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec2_fragment
5532 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_vertex
5533 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec2_fragment
5534 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_vertex
5535 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.highp_vec2_fragment
5536 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_vertex
5537 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.lowp_vec3_fragment
5538 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_vertex
5539 dEQP-GLES2.functional.shaders.operator.float_compare.notEqual.mediump_vec3_fragment
[all …]

123