Home | History | Annotate | Download | only in scripts

Lines Matching defs:toPos

221 def toPos (value):
223 return [toPos(x) for x in value]
243 inUVec4 = toUVec4(toPos(inVec4))
244 inUVec3 = toUVec3(toPos(inVec3))
245 inUVec2 = toUVec2(toPos(inVec2))
301 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint])))
306 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
311 genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), toPos(inIVec4), inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toUint])))
321 genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2]) +\
323 genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [toUVec3, toUVec2]) +\
325 genConversionCases([toPos(inVec2), toPos(inIVec2), inUVec2, inBVec2], [toUVec2])))
352 genComponentCases(toPos(in4Comp), [combineUVec]) +\
354 genComponentCases(toPos(in3Comp), [combineUVec]) +\
356 genComponentCases(toPos(in2Comp), [combineUVec])))