Searched refs:toIVec4 (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 239 inIVec4 = toIVec4(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]) +\
|
H A D | gen-swizzles.py | 195 inIVec4 = toIVec4(inVec4)
|
H A D | genutil.py | 121 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 259 inIVec4 = toIVec4(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]) +\
|
H A D | gen-swizzle-math-operations.py | 125 inIVec4 = toIVec4(
|
H A D | gen-swizzles.py | 199 inIVec4 = toIVec4(inVec4)
|
H A D | genutil.py | 122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] function
|
Completed in 8 milliseconds