Searched refs:toUVec4 (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 265 inUVec4 = toUVec4(toPos(inVec4)) 328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4]))) 343 genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2]) +\
|
H A D | genutil.py | 128 def toUVec4(lst): return [v.toUint().toUVec4() for v in lst] function 244 def toUVec4(self): return UVec4(self.x, self.x, self.x, self.x) member in Scalar 411 def toUVec4(self): return UVec4(self.x, self.y, 0.0, 0.0) member in Vec2 522 def toUVec4(self): return UVec4(self.x, self.y, self.z, 0.0) member in Vec3 641 def toUVec4(self): return UVec4(self.x, self.y, self.z, self.w) member in Vec4
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 128 def toUVec4(lst): return [v.toUint().toUVec4() for v in lst] function 244 def toUVec4(self): return UVec4(self.x, self.x, self.x, self.x) member in Scalar 413 def toUVec4(self): return UVec4(self.x, self.y, 0.0, 0.0) member in Vec2 524 def toUVec4(self): return UVec4(self.x, self.y, self.z, 0.0) member in Vec3 643 def toUVec4(self): return UVec4(self.x, self.y, self.z, self.w) member in Vec4
|
Completed in 7 milliseconds