Lines Matching refs:EbtBool
167 case EbtBool: in TypeToConstructorOperator()
348 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) { in addBinaryMath()
363 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) { in addBinaryMath()
369 …if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() =… in addBinaryMath()
488 …if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().… in addUnaryMath()
889 if (operand->getBasicType() != EbtBool) in promote()
901 if (operand->getBasicType() == EbtBool) in promote()
987 setType(TType(EbtBool, EbpUndefined)); in promote()
997 if (left->getBasicType() != EbtBool || right->getBasicType() != EbtBool) in promote()
999 setType(TType(EbtBool, EbpUndefined)); in promote()
1163 setType(TType(EbtBool, EbpUndefined)); in promote()
1658 …case EbtBool: tempConstArray[i].setBConst((unionArray[i] == rightUnionArray[i]) ? false : true); b… in fold()
1694 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold()
1700 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold()
1706 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold()
1712 returnType = TType(EbtBool, EbpUndefined, EvqConstExpr, objectSize); in fold()
1730 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr)); in fold()
1751 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr)); in fold()
1797 case EbtBool: tempConstArray[i].setBConst(!unionArray[i].getBConst()); break; in fold()
2043 case EbtBool: in promoteConstantUnion()
2062 case EbtBool: in promoteConstantUnion()
2081 case EbtBool: in promoteConstantUnion()
2092 case EbtBool: in promoteConstantUnion()
2100 case EbtBool: in promoteConstantUnion()