/third_party/glslang/glslang/Include/ |
D | ConstantUnion.h | 85 type = EbtUint; in setUConst() 221 case EbtUint: 340 case EbtUint: 433 case EbtUint: 450 case EbtUint: returnValue.setUConst(uConst + constant.uConst); break; 472 case EbtUint: returnValue.setUConst(uConst - constant.uConst); break; 494 case EbtUint: returnValue.setUConst(uConst * constant.uConst); break; 516 case EbtUint: returnValue.setUConst(uConst % constant.uConst); break; 543 case EbtUint: returnValue.setI8Const(i8Const >> constant.uConst); break; 556 case EbtUint: returnValue.setU8Const(u8Const >> constant.uConst); break; [all …]
|
D | BaseTypes.h | 57 EbtUint, enumerator 523 case EbtUint: in isTypeUnsignedInt() 561 case EbtUint: in getTypeRank()
|
D | Types.h | 250 case EbtUint: s.append("u"); break; in getString() 1479 } else if (p.basicType == EbtUint && numBits == 8) { in TType() 1698 case EbtUint: in isIntegerDomain() 1792 case EbtUint: in containsNonOpaque() 1970 case EbtUint: return "uint"; in getBasicString() 2381 else if (getBasicType() == EbtUint || getBasicType() == EbtUint8) in sameCoopMatBaseType() 2382 rv = right.getBasicType() == EbtUint || right.getBasicType() == EbtUint8; in sameCoopMatBaseType()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 390 case EOpConstructUint: newType = EbtUint; break; in addUnaryMath() 571 case EbtUint: newOp = EOpConvUintToDouble; break; in buildConvertOp() 590 case EbtUint: newOp = EOpConvUintToFloat; break; in buildConvertOp() 614 case EbtUint: newOp = EOpConvUintToFloat16; break; in buildConvertOp() 628 case EbtUint: newOp = EOpConvUintToBool; break; in buildConvertOp() 651 case EbtUint: newOp = EOpConvUintToInt8; break; in buildConvertOp() 668 case EbtUint: newOp = EOpConvUintToUint8; break; in buildConvertOp() 686 case EbtUint: newOp = EOpConvUintToInt16; break; in buildConvertOp() 703 case EbtUint: newOp = EOpConvUintToUint16; break; in buildConvertOp() 718 case EbtUint: newOp = EOpConvUintToInt; break; in buildConvertOp() [all …]
|
D | glslang.y | 1677 $$.basicType = EbtUint; 1731 $$.basicType = EbtUint; 1737 $$.basicType = EbtUint; 1743 $$.basicType = EbtUint; 1857 $$.basicType = EbtUint; 2058 $$.basicType = EbtUint; 2064 $$.basicType = EbtUint; 2070 $$.basicType = EbtUint; 2594 $$.sampler.set(EbtUint, Esd2D); 2599 $$.sampler.set(EbtUint, Esd3D); [all …]
|
D | glslang.m4 | 1677 $$.basicType = EbtUint; 1731 $$.basicType = EbtUint; 1737 $$.basicType = EbtUint; 1743 $$.basicType = EbtUint; 1857 $$.basicType = EbtUint; 2058 $$.basicType = EbtUint; 2064 $$.basicType = EbtUint; 2070 $$.basicType = EbtUint; 2594 $$.sampler.set(EbtUint, Esd2D); 2599 $$.sampler.set(EbtUint, Esd3D); [all …]
|
D | glslang_tab.cpp | 6382 (yyval.interm.type).basicType = EbtUint; in yyparse() 6491 (yyval.interm.type).basicType = EbtUint; in yyparse() 6502 (yyval.interm.type).basicType = EbtUint; in yyparse() 6513 (yyval.interm.type).basicType = EbtUint; in yyparse() 6736 (yyval.interm.type).basicType = EbtUint; in yyparse() 7102 (yyval.interm.type).basicType = EbtUint; in yyparse() 7113 (yyval.interm.type).basicType = EbtUint; in yyparse() 7124 (yyval.interm.type).basicType = EbtUint; in yyparse() 8080 (yyval.interm.type).sampler.set(EbtUint, Esd2D); in yyparse() 8090 (yyval.interm.type).sampler.set(EbtUint, Esd3D); in yyparse() [all …]
|
D | SymbolTable.cpp | 66 case EbtUint: mangledName += 'u'; break; in buildMangledName() 87 case EbtUint: mangledName += "u"; break; in buildMangledName()
|
D | reflection.cpp | 778 case EbtUint: in mapSamplerToGlType() 857 case EbtUint: in mapSamplerToGlType() 906 case EbtUint: return GL_UNSIGNED_INT_VEC2 + offset; in mapToGlType() 998 case EbtUint: return GL_UNSIGNED_INT; in mapToGlType()
|
D | Constant.cpp | 202 case EbtUint: in fold() 533 …case EbtUint: newConstArray[i].setUConst(static_cast<unsigned int>(-static_cast<int>(unionArray[i… in fold() 1096 case EbtUint: in fold() 1132 case EbtUint: in fold() 1166 case EbtUint: in fold()
|
D | ParseHelper.cpp | 151 defaultPrecision[EbtUint] = EpqMedium; in setPrecisionDefaults() 154 defaultPrecision[EbtUint] = EpqHigh; in setPrecisionDefaults() 2124 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint) { in builtInOpCheck() 2457 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint) { in nonOpBuiltInCheck() 2749 if ((node->getBasicType() == EbtInt || node->getBasicType() == EbtUint) && node->isScalar()) in integerCheck() 3463 || publicType.userDef->containsBasicType(EbtUint) in globalQualifierTypeCheck() 3691 defaultPrecision[EbtUint] = qualifier; in setDefaultPrecision() 3747 …if (baseType == EbtFloat || baseType == EbtUint || baseType == EbtInt || baseType == EbtSampler ||… in precisionQualifierCheck() 3822 if (! isConst || (expr->getBasicType() != EbtInt && expr->getBasicType() != EbtUint)) { in arraySizeCheck() 5829 type.containsBasicType(EbtInt) || type.containsBasicType(EbtUint)) && in layoutTypeCheck() [all …]
|
D | Initialize.cpp | 505 prefixes[EbtUint] = "u"; in TBuiltIns() 5745 const TBasicType bTypes[] = { EbtFloat, EbtInt, EbtUint, 5821 if (shadow && (bTypes[bType] == EbtInt || bTypes[bType] == EbtUint)) 6048 if (sampler.type == EbtInt || sampler.type == EbtUint) {
|
D | intermOut.cpp | 1297 case EbtUint: in OutputConstantUnion()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 838 basicType = EbtUint; in acceptTemplateVecMatBasicType() 1149 case EbtUint: in acceptSubpassInputType() 1330 case EbtUint: in acceptTextureType() 1436 const TBasicType min16uint_bt = enable16BitTypes ? EbtUint16 : EbtUint; in acceptType() 1632 new(&type) TType(EbtUint); in acceptType() 1635 new(&type) TType(EbtUint); in acceptType() 1639 new(&type) TType(EbtUint, EvqTemporary, 2); in acceptType() 1642 new(&type) TType(EbtUint, EvqTemporary, 3); in acceptType() 1645 new(&type) TType(EbtUint, EvqTemporary, 4); in acceptType() 1821 new(&type) TType(EbtUint, EvqTemporary, 0, 1, 1); in acceptType() [all …]
|
D | hlslParseHelper.cpp | 209 case EbtUint: return selectFormat(ElfR32ui, ElfRg32ui, ElfRgba32ui); in getLayoutFromTxType() 780 if (indexBasicType == EbtInt || indexBasicType == EbtUint || in makeIntegerIndex() 785 … return intermediate.addConversion(EOpConstructUint, TType(EbtUint, EvqTemporary, vecSize), index); in makeIntegerIndex() 2204 TType invocationIdType(EbtUint, EvqIn, 1); in transformEntryPoint() 2293 type.containsBasicType(EbtUint) || in remapEntryPointIO() 3320 TType* counterType = new TType(EbtUint, EvqBuffer); in counterBufferType() 3372 counterMember->setType(TType(EbtUint)); in getStructBufferCounter() 3413 counterIncrement->setType(TType(EbtUint, EvqTemporary)); in decomposeStructBufferMethods() 4127 sizeQuery->setType(TType(EbtUint, EvqTemporary, numDims)); in decomposeSampleMethods() 4149 indexedOut->setType(TType(EbtUint, EvqTemporary, 1)); in decomposeSampleMethods() [all …]
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 3576 case glslang::EbtUint: return builder.makeUintType(32); in getSampledType() 3653 case glslang::EbtUint: in convertGlslangToSpvType() 4744 if (sampler.type == glslang::EbtUint) in createImageTextureFunctionCall() 4767 const bool isUnsignedResult = node->getType().getBasicType() == glslang::EbtUint; in createImageTextureFunctionCall() 6718 opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? in createAtomicOperation() 6724 opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? in createAtomicOperation() 8417 case glslang::EbtUint: in createSpvConstantFromConstUnionArray() 8466 case glslang::EbtUint: in createSpvConstantFromConstUnionArray()
|