/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 250 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 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]))) 351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2]))) 363 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inUint, inUint], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBoo [all...] |
H A D | gen-swizzle-math-operations.py | 112 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 141 ("int", inInt),
|
H A D | gen-swizzles.py | 191 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 231 "int": inInt,
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 231 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool]))) 300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]))) 319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2]))) 331 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBool]] 332 in3Comp = [[inFloat, inFloat, inFloat], [inInt, inInt, inIn [all...] |
H A D | gen-swizzles.py | 187 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]] variable 227 "int": inInt,
|