Lines Matching refs:EbtBool
619 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) { in boolErrorCheck()
633 if (pType.type != EbtBool || pType.array || (pType.primarySize > 1) || (pType.secondarySize > 1)) { in boolErrorCheck()
1342 if(qualifier == EvqAttribute && (typeSpecifier.type == EbtBool || typeSpecifier.type == EbtInt)) in addFullySpecifiedType()
1349 (typeSpecifier.type == EbtBool || typeSpecifier.type == EbtInt)) in addFullySpecifiedType()
1376 if(type.type == EbtBool) in checkInputOutputTypeIsValidES3()
1431 if(type.isStructureContainingType(EbtBool)) in checkInputOutputTypeIsValidES3()
3074 if(child->getBasicType() != EbtBool || in createUnaryMath()
3096 child->getBasicType() == EbtBool || in createUnaryMath()
3416 if(left->getBasicType() != EbtBool || in addBinaryMathInternal()
3427 if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) in addBinaryMathInternal()
3435 …if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() ==… in addBinaryMathInternal()
3470 return intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConstExpr), loc); in addBinaryMathBooleanResult()