Lines Matching refs:EbtInt

206     case EbtInt:   return selectFormat(ElfR32i,  ElfRg32i,  ElfRgba32i);  in getLayoutFromTxType()
785 if (indexBasicType == EbtInt || indexBasicType == EbtUint || in makeIntegerIndex()
2199 return type.containsBasicType(EbtInt) || in remapEntryPointIO()
3039 TType indexType(EbtInt); in handleAssignToMatrixSwizzle()
3307 loc, TType(EbtInt)); in decomposeStructBufferMethods()
3342 loc, TType(EbtInt)); in decomposeStructBufferMethods()
3344 … TVariable* byteAddrSym = makeInternalVariable("byteAddrTemp", TType(EbtInt, EvqTemporary)); in decomposeStructBufferMethods()
3360 loc, TType(EbtInt)); in decomposeStructBufferMethods()
3413 … intermediate.addConstantUnion(2, loc, true), loc, TType(EbtInt)); in decomposeStructBufferMethods()
3415 … TVariable* byteAddrSym = makeInternalVariable("byteAddrTemp", TType(EbtInt, EvqTemporary)); in decomposeStructBufferMethods()
3426 … offsetIdx = intermediate.addBinaryNode(EOpAdd, offsetIdx, idxConst, loc, TType(EbtInt)); in decomposeStructBufferMethods()
3512 loc, TType(EbtInt)); in decomposeStructBufferMethods()
4369 TType arrayType(EbtInt, EvqTemporary, 2); in decomposeSampleMethods()
5126 …node = intermediate.addConversion(EOpConstructInt, TType(EbtInt, EvqTemporary, 4), rangeConverted); in decomposeIntrinsic()
5128 node->setType(TType(EbtInt, EvqTemporary, 4)); in decomposeIntrinsic()
6256 if ((node->getBasicType() == EbtInt || node->getBasicType() == EbtUint) && node->isScalar()) in integerCheck()
6598 if (! isConst || (expr->getBasicType() != EbtInt && expr->getBasicType() != EbtUint)) { in arraySizeCheck()
7449 case EbtInt: return 10; in findFunction()
9095 (expression->getBasicType() != EbtInt && expression->getBasicType() != EbtUint) || in addSwitch()