HomeSort by relevance Sort by last modified time
    Searched refs:toUint (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/scripts/
genutil.py 95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
106 def toUVec4(lst): return [v.toUint().toUVec4() for v in lst]
107 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst]
108 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst]
235 def toUint(self): return Uint(int(self.x))
323 return Scalar.abs(self).toUint()
326 return Scalar.__neg__(self).toUint()
329 return Scalar.__add__(self, val).toUint()
335 return Scalar.__mul__(self, val).toUint()
338 return Scalar.__div__(self, val).toUint()
    [all...]
gen-conversions.py 72 return [x.toUint() for x in combineIVec(comps)]
301 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint])))
311 genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), toPos(inIVec4), inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toUint])))
  /external/deqp/modules/gles31/scripts/
genutil.py 95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
106 def toUVec4(lst): return [v.toUint().toUVec4() for v in lst]
107 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst]
108 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst]
235 def toUint(self): return Uint(int(self.x))
325 return Scalar.abs(self).toUint()
328 return Scalar.__neg__(self).toUint()
331 return Scalar.__add__(self, val).toUint()
337 return Scalar.__mul__(self, val).toUint()
340 return Scalar.__div__(self, val).toUint()
    [all...]
gen-implicit-conversions.py 496 return a.toUint() * Uint(2)
586 return out[0].toUint()
590 return Vec2(out[0], out[1]).toUint()
594 return Vec3(out[0], out[1], out[2]).toUint()
598 return Vec4(out[0], out[1], out[2], out[3]).toUint()

Completed in 128 milliseconds