HomeSort by relevance Sort by last modified time
    Searched defs:inInt (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/scripts/
gen-conversions.py 231 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
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, inInt], [inBool, inBool, inBool], [inBool, inFloat, inInt], [inVec2, inBool], [inBVec2, inFloat], (…)
    [all...]
gen-swizzles.py 187 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
227 "int": inInt,
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 191 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
231 "int": inInt,
gen-conversions.py 250 inInt = [Scalar(x) for x in [0, 1, 2, 5, 8, 11, -12, -66, -192, 255]]
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, inBool], [inInt, inUint], [inUint, inFloat]
    [all...]

Completed in 271 milliseconds