/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 211 def boolNot(a): return a.boolNot() member in GenMath 414 def boolNot(self): return Vec2(not self.x, not self.y) member in Vec2 505 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in Vec3 592 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in Vec4
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 221 def boolNot(a): return a.boolNot() member in GenMath 488 def boolNot(self): return Vec2(not self.x, not self.y) member in Vec2 606 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in Vec3 720 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 221 def boolNot(a): return a.boolNot() member in GenMath 490 def boolNot(self): return Vec2(not self.x, not self.y) member in Vec2 608 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in Vec3 722 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in Vec4
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 109 inline bool boolNot (bool a) { return !a; } in boolNot() function 302 inline Vector<bool, Size> boolNot (const Vector<bool, Size>& a) in boolNot() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 747 DECLARE_UNARY_BOOL_GENTYPE_FUNCS(boolNot) 1177 …V, Value(BV, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(boolNot) ) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1053 DECLARE_UNARY_BOOL_GENTYPE_FUNCS(boolNot) 1635 …V, Value(BV, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(boolNot) ) in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1124 DECLARE_UNARY_BOOL_GENTYPE_FUNCS(boolNot) 1821 …V, Value(BV, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(boolNot) ) in init()
|