Lines Matching refs:EbtUint
207 case EbtUint: return selectFormat(ElfR32ui, ElfRg32ui, ElfRgba32ui); in getLayoutFromTxType()
785 if (indexBasicType == EbtInt || indexBasicType == EbtUint || in makeIntegerIndex()
790 … return intermediate.addConversion(EOpConstructUint, TType(EbtUint, EvqTemporary, vecSize), index); in makeIntegerIndex()
2111 TType invocationIdType(EbtUint, EvqIn, 1); in transformEntryPoint()
2200 type.containsBasicType(EbtUint) || in remapEntryPointIO()
3184 TType* counterType = new TType(EbtUint, EvqBuffer); in counterBufferType()
3236 counterMember->setType(TType(EbtUint)); in getStructBufferCounter()
3276 counterIncrement->setType(TType(EbtUint, EvqTemporary)); in decomposeStructBufferMethods()
3985 sizeQuery->setType(TType(EbtUint, EvqTemporary, numDims)); in decomposeSampleMethods()
4007 indexedOut->setType(TType(EbtUint, EvqTemporary, 1)); in decomposeSampleMethods()
4025 levelsQuery->setType(TType(EbtUint, EvqTemporary, 1)); in decomposeSampleMethods()
4038 samplesQuery->setType(TType(EbtUint, EvqTemporary, 1)); in decomposeSampleMethods()
4436 samplesQuery->setType(TType(EbtUint, EvqTemporary, 1)); in decomposeSampleMethods()
4441 TVariable* outSampleCount = makeInternalVariable("@sampleCount", TType(EbtUint)); in decomposeSampleMethods()
4989 uint64->setType(TType(EbtUint, EvqTemporary, 2)); // convert 2 uints to a uint2 in decomposeIntrinsic()
5073 result->setType(TType(EbtUint, EvqTemporary, vecSize)); in decomposeIntrinsic()
5094 packOp->setType(TType(EbtUint, EvqTemporary)); in decomposeIntrinsic()
5181 TType type(EbtUint, EvqVaryingIn); in decomposeIntrinsic()
5191 TType type(EbtUint, EvqVaryingIn); in decomposeIntrinsic()
5200 TType uvec4Type(EbtUint, EvqTemporary, 4); in decomposeIntrinsic()
5207 TType uintType(EbtUint, EvqTemporary); in decomposeIntrinsic()
5220 TType uvec4Type(EbtUint, EvqTemporary, 4); in decomposeIntrinsic()
5227 TType uintType(EbtUint, EvqTemporary); 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()
7450 case EbtUint: return 11; in findFunction()
9095 (expression->getBasicType() != EbtInt && expression->getBasicType() != EbtUint) || in addSwitch()
9688 TType invocationIdType(EbtUint, EvqIn, 1); in addPatchConstantInvocation()