Searched refs:toIVec3 (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 240 inIVec3 = toIVec3(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 | 196 inIVec3 = toIVec3(inVec4)
|
H A D | genutil.py | 122 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 260 inIVec3 = toIVec3(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 | gen-swizzle-math-operations.py | 133 inIVec3 = toIVec3(inIVec4)
|
H A D | gen-swizzles.py | 200 inIVec3 = toIVec3(inVec4)
|
H A D | genutil.py | 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] function
|
Completed in 8 milliseconds