Searched refs:genConversionCases (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 292 def genConversionCases(inValueList, convFuncList): function 322 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\ 323 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint]))) 327 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\ 328 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4]))) 332 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool]) +\ 333 genConversionCases([toPos(inVec2), toPos(inVec3), toPos(inVec4), toPos(inIVec2), toPos(inIVec3), toPos(inIVec4), inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toUint]))) 342 genConversionCases([inVec4, inIVec4, inUVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\ 343 genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2]) +\ 344 genConversionCases([inVec [all...] |
H A D | gen-swizzles.py | 244 def genConversionCases(inValueList, convFuncList): function
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 266 def genConversionCases(inValueList, convFuncList): function 296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool]))) 300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]))) 304 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool]))) 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]))) 319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2]))) 322 #allConversionCases += genConversionCases([inVec4, inIVec4, inBVec4], [toMat4]) 323 #allConversionCases += genConversionCases([inVec [all...] |
H A D | gen-swizzles.py | 240 def genConversionCases(inValueList, convFuncList): function
|
Completed in 3 milliseconds