Searched refs:toBVec2 (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 244 inBVec2 = toBVec2(inBVec4) 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]) +\ 315 genConversionCases([inVec2, inIVec2, inBVec2], [toVec2, toIVec2, toBVec2])))
|
H A D | gen-swizzles.py | 200 inBVec2 = toBVec2(inBVec4)
|
H A D | genutil.py | 126 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 264 inBVec2 = toBVec2(inBVec4) 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]) +\ 346 genConversionCases([inVec2, inIVec2, inUVec2, inBVec2], [toVec2, toIVec2, toBVec2]) +\
|
H A D | gen-swizzles.py | 204 inBVec2 = toBVec2(inBVec4)
|
H A D | genutil.py | 127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] function
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] function
|
Completed in 8 milliseconds