/external/mesa3d/src/glsl/builtins/profiles/ |
D | 100.glsl | 267 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);
|
D | 110.glsl | 268 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);
|
D | 120.glsl | 300 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);
|
D | 130.glsl | 442 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 …]
|
D | 140.glsl | 446 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/ |
D | dEQP-GLES2.performance.InternalError.bz2 | 1dEQP-GLES2.performance.shader.operator.angle_and_trigonometry.acos.fragment.highp_float
2 ... |
/external/mockito/src/test/java/org/mockito/internal/creation/ |
D | DelegatingMethodTest.java | 26 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/ |
D | IntegerValue.java | 225 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
|
D | ReferenceValue.java | 165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_vector_relational.hpp | 108 …GLM_FUNC_DECL typename vecType<T, P>::bool_type notEqual(vecType<T, P> const & x, vecType<T, P> co…
|
D | intrinsic_vector_relational.inl | 262 //// 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
|
D | func_vector_relational.inl | 118 GLM_FUNC_QUALIFIER typename vecType<T, P>::bool_type notEqual function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | scalar_relational.inl | 63 GLM_FUNC_QUALIFIER bool notEqual function
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | notEqual.ir | 1 ((function notEqual
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 776 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/ |
D | dEQP-GLES2.functional.hasty.Fail.bz2 | 1dEQP-GLES2.functional.fbo.api.attachment_query_empty_fbo
2dEQP-GLES2.functional. ... |
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 104 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/ |
D | sksl.include | 177 $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/ |
D | quaternion.hpp | 394 GLM_FUNC_DECL detail::tvec4<bool, P> notEqual(
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 876 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/ |
D | es3fShaderOperatorTests.cpp | 1311 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/ |
D | vktShaderRenderOperatorTests.cpp | 1263 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/ |
D | ShaderCore.hpp | 383 void notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 723 Temporary notEqual(this); in visitBinary() local 724 emit(sw::Shader::OPCODE_NE, ¬Equal, 0, left, index, right, index); in visitBinary() 725 emit(sw::Shader::OPCODE_OR, result, result, ¬Equal); in visitBinary()
|
/external/deqp/android/cts/nyc/ |
D | gles2-master.txt | 5530 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 …]
|