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

/external/deqp/framework/common/
H A DtcuVectorType.hpp50 typedef Vector<deUint32, 3> UVec3; typedef in namespace:tcu
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py29 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup namespace
386 "uvec3": UVec3(1, 2, 3),
H A Dgenutil.py243 def toUVec3(self): return UVec3(self.x, self.x, self.x)
412 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
523 def toUVec3(self): return UVec3(self.x, self.y, self.z)
529 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
610 class UVec3(Vec3): class in inherits:Vec3
642 def toUVec3(self): return UVec3(self.x, self.y, self.z)
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py243 def toUVec3(self): return UVec3(self.x, self.x, self.x)
410 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
521 def toUVec3(self): return UVec3(self.x, self.y, self.z)
527 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z))
608 class UVec3(Vec3): class in inherits:Vec3
640 def toUVec3(self): return UVec3(self.x, self.y, self.z)

Completed in 162 milliseconds