Searched refs:inBool (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py230 inBool = [Scalar(x) for x in [True, False]] variable
300 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\
301 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUint])))
305 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\
306 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
329 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
341 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inUint, inUint], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBool], [inIn
[all...]
H A Dgen-swizzles.py170 inBool = [Scalar(x) for x in [True, False]] variable
213 "bool": inBool,
/external/deqp/modules/gles2/scripts/
H A Dgen-conversions.py210 inBool = [Scalar(x) for x in [True, False]] variable
274 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool])))
278 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4])))
297 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
309 in2Comp = [[inFloat, inFloat], [inInt, inInt], [inBool, inBool], [inFloat, inInt], [inFloat, inBool], [inInt, inBool]]
310 in3Comp = [[inFloat, inFloat, inFloat], [inInt, inInt, inInt], [inBool, inBool, inBoo
[all...]
H A Dgen-swizzles.py166 inBool = [Scalar(x) for x in [True, False]] variable
209 "bool": inBool,

Completed in 114 milliseconds