Lines Matching refs:EbtUInt
65 (rhs.getType() == EbtUInt && rhs.getUConst() <= 31u); in IsValidShiftOffset()
74 TConstantUnion::TConstantUnion(unsigned int u) : uConst(u), type(EbtUInt) {} in TConstantUnion()
88 ASSERT(type == EbtUInt); in getUConst()
98 case EbtUInt: in getFConst()
118 case EbtUInt: in isZero()
145 case EbtUInt: in cast()
164 case EbtUInt: in cast()
177 case EbtUInt: in cast()
183 case EbtUInt: in cast()
211 case EbtUInt: in cast()
230 case EbtUInt: in cast()
278 case EbtUInt: in operator ==()
304 case EbtUInt: in operator ==()
366 case EbtUInt: in operator >()
390 case EbtUInt: in operator <()
421 case EbtUInt: in add()
456 case EbtUInt: in sub()
491 case EbtUInt: in mul()
521 case EbtUInt: in operator %()
538 ASSERT(lhs.type == EbtInt || lhs.type == EbtUInt); in rshift()
539 ASSERT(rhs.type == EbtInt || rhs.type == EbtUInt); in rshift()
548 case EbtUInt: in rshift()
567 case EbtUInt: in rshift()
617 case EbtUInt: in rshift()
623 case EbtUInt: in rshift()
644 ASSERT(lhs.type == EbtInt || lhs.type == EbtUInt); in lshift()
645 ASSERT(rhs.type == EbtInt || rhs.type == EbtUInt); in lshift()
654 case EbtUInt: in lshift()
675 case EbtUInt: in lshift()
684 case EbtUInt: in lshift()
690 case EbtUInt: in lshift()
707 ASSERT(constant.type == EbtInt || constant.type == EbtUInt); in operator &()
713 case EbtUInt: in operator &()
732 case EbtUInt: in operator |()
751 case EbtUInt: in operator ^()