Searched defs:UVec4 (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/common/
H A DtcuVectorType.hpp48 typedef Vector<deUint32, 4> UVec4; typedef in namespace:tcu
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py7 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup namespace
365 "uvec4": UVec4(1, 2, 3, 4),
H A Dgenutil.py222 def toUVec4(self): return UVec4(self.x, self.x, self.x, self.x)
385 def toUVec4(self): return UVec4(self.x, self.y, 0.0, 0.0)
496 def toUVec4(self): return UVec4(self.x, self.y, self.z, 0.0)
615 def toUVec4(self): return UVec4(self.x, self.y, self.z, self.w)
621 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w))
696 class UVec4(Vec4): class in inherits:Vec4
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py222 def toUVec4(self): return UVec4(self.x, self.x, self.x, self.x)
383 def toUVec4(self): return UVec4(self.x, self.y, 0.0, 0.0)
494 def toUVec4(self): return UVec4(self.x, self.y, self.z, 0.0)
613 def toUVec4(self): return UVec4(self.x, self.y, self.z, self.w)
619 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w))
694 class UVec4(Vec4): class in inherits:Vec4

Completed in 805 milliseconds