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

/external/deqp/framework/common/
H A DtcuVectorType.hpp47 typedef Vector<deUint32, 3> UVec3; 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
364 "uvec3": UVec3(1, 2, 3),
H A Dgenutil.py221 def toUVec3(self): return UVec3(self.x, self.x, self.x)
390 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
501 def toUVec3(self): return UVec3(self.x, self.y, self.z)
507 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
588 class UVec3(Vec3): class in inherits:Vec3
620 def toUVec3(self): return UVec3(self.x, self.y, self.z)
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py221 def toUVec3(self): return UVec3(self.x, self.x, self.x)
388 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
499 def toUVec3(self): return UVec3(self.x, self.y, self.z)
505 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
586 class UVec3(Vec3): class in inherits:Vec3
618 def toUVec3(self): return UVec3(self.x, self.y, self.z)

Completed in 88 milliseconds