/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 119 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] function 122 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 125 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 227 def toVec3(self): return Vec3(self.x, self.x, self.x) member in Scalar 230 def toMat3(self): return self.toVec3().toMat3() 343 def toVec3(self): return Vec3(self.x, self.y, 0.0) member in Vec2 426 def expandVec(self, val): return val.toVec3() 429 def toVec3(self): return Vec3(self.x, self.y, self.z) member in Vec3 493 val = val.toVec3() 521 def toVec3(self): return Vec3(self.x, self.y, self.z) global() member in Vec4 [all...] |
H A D | gen-conversions.py | 237 inVec3 = toVec3(inVec4) 300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]))) 313 genConversionCases([inVec4, inIVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\ 314 genConversionCases([inVec3, inIVec3, inBVec3], [toVec3, toVec2, toIVec3, toIVec2, toBVec3, toBVec2]) +\
|
H A D | gen-swizzles.py | 193 inVec3 = toVec3(inVec4)
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 257 inVec3 = toVec3(inVec4) 327 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\ 342 genConversionCases([inVec4, inIVec4, inUVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\ 344 genConversionCases([inVec3, inIVec3, inUVec3, inBVec3], [toVec3, toVec2, toIVec3, toIVec2, toBVec3, toBVec2]) +\
|
H A D | genutil.py | 120 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] function 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 126 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 240 def toVec3(self): return Vec3(self.x, self.x, self.x) member in Scalar 407 def toVec3(self): return Vec3(self.x, self.y, 0.0) member in Vec2 515 def expandVec(self, val): return val.toVec3() 518 def toVec3(self): return Vec3(self.x, self.y, self.z) member in Vec3 592 val = val.toVec3() 637 def toVec3(sel member in Vec4 [all...] |
H A D | gen-swizzle-math-operations.py | 122 inVec3 = toVec3(inVec4)
|
H A D | gen-swizzles.py | 197 inVec3 = toVec3(inVec4)
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 120 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] function 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 126 def toBVec3(lst): return [v.toBool().toVec3() for v in lst] 240 def toVec3(self): return Vec3(self.x, self.x, self.x) member in Scalar 409 def toVec3(self): return Vec3(self.x, self.y, 0.0) member in Vec2 517 def expandVec(self, val): return val.toVec3() 520 def toVec3(self): return Vec3(self.x, self.y, self.z) member in Vec3 594 val = val.toVec3() 639 def toVec3(sel member in Vec4 [all...] |
H A D | gen-implicit-conversions.py | 305 a = a.toVec3() 597 a = a.toVec3() 674 a = a.toVec3()
|