Searched refs:boolNot (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/scripts/
H A Dgenutil.py189 def boolNot(a): return a.boolNot() member in class:GenMath
392 def boolNot(self): return Vec2(not self.x, not self.y) member in class:Vec2
483 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in class:Vec3
570 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in class:Vec4
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py199 def boolNot(a): return a.boolNot() member in class:GenMath
466 def boolNot(self): return Vec2(not self.x, not self.y) member in class:Vec2
584 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in class:Vec3
698 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in class:Vec4
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py199 def boolNot(a): return a.boolNot() member in class:GenMath
468 def boolNot(self): return Vec2(not self.x, not self.y) member in class:Vec2
586 def boolNot(self): return Vec3(not self.x, not self.y, not self.z) member in class:Vec3
700 def boolNot(self): return Vec4(not self.x, not self.y, not self.z, not self.w) member in class:Vec4
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp113 inline bool boolNot (bool a) { return !a; } function in namespace:tcu
302 inline Vector<bool, Size> boolNot (const Vector<bool, Size>& a)
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp747 DECLARE_UNARY_BOOL_GENTYPE_FUNCS(boolNot)
1177 << BuiltinFuncInfo("not", "not", BV, Value(BV, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(boolNot) )
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1124 DECLARE_UNARY_BOOL_GENTYPE_FUNCS(boolNot)
1821 << BuiltinFuncInfo("not", "not", BV, Value(BV, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(boolNot) )

Completed in 175 milliseconds