Searched refs:toUVec2 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 267 inUVec2 = toUVec2(toPos(inVec2)) 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]) +\ 347 genConversionCases([toPos(inVec2), toPos(inIVec2), inUVec2, inBVec2], [toUVec2])))
|
D | genutil.py | 130 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst] function 242 def toUVec2(self): return UVec2(self.x, self.x) member in Scalar 409 def toUVec2(self): return UVec2(self.x, self.y) member in Vec2 520 def toUVec2(self): return UVec2(self.x, self.y) member in Vec3 639 def toUVec2(self): return UVec2(self.x, self.y) member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 130 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst] function 242 def toUVec2(self): return UVec2(self.x, self.x) member in Scalar 411 def toUVec2(self): return UVec2(self.x, self.y) member in Vec2 522 def toUVec2(self): return UVec2(self.x, self.y) member in Vec3 641 def toUVec2(self): return UVec2(self.x, self.y) member in Vec4
|