Home
last modified time | relevance | path

Searched refs:toUVec2 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py267 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])))
Dgenutil.py130 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/
Dgenutil.py130 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