Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py252 inBool = [Scalar(x) for x in [True, False]] 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, inBool], [inIn
[all...]
H A Dgen-swizzles.py192 inBool = [Scalar(x) for x in [True, False]] variable
235 "bool": inBool,
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-conversions.py232 inBool = [Scalar(x) for x in [True, False]] 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, inInt], [inBool, inBool, inBoo
[all...]
H A Dgen-swizzles.py188 inBool = [Scalar(x) for x in [True, False]] variable
231 "bool": inBool,

Completed in 2 milliseconds