Home
last modified time | relevance | path

Searched refs:toUVec3 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py266 inUVec3 = toUVec3(toPos(inVec3))
328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
343 genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2]) +\
345 genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [toUVec3, toUVec2]) +\
H A Dgenutil.py129 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst] function
243 def toUVec3(self): return UVec3(self.x, self.x, self.x) member in Scalar
410 def toUVec3(self): return UVec3(self.x, self.y, 0.0) member in Vec2
521 def toUVec3(self): return UVec3(self.x, self.y, self.z) member in Vec3
640 def toUVec3(self): return UVec3(self.x, self.y, self.z) member in Vec4
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py129 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst] function
243 def toUVec3(self): return UVec3(self.x, self.x, self.x) member in Scalar
412 def toUVec3(self): return UVec3(self.x, self.y, 0.0) member in Vec2
523 def toUVec3(self): return UVec3(self.x, self.y, self.z) member in Vec3
642 def toUVec3(self): return UVec3(self.x, self.y, self.z) member in Vec4

Completed in 4 milliseconds