/external/deqp-deps/glslang/glslang/Include/ |
D | ConstantUnion.h | 85 type = EbtUint; in setUConst() 241 case EbtUint: 357 case EbtUint: 412 case EbtUint: 449 case EbtUint: returnValue.setUConst(uConst + constant.uConst); break; 469 case EbtUint: returnValue.setUConst(uConst - constant.uConst); break; 489 case EbtUint: returnValue.setUConst(uConst * constant.uConst); break; 509 case EbtUint: returnValue.setUConst(uConst % constant.uConst); break; 528 case EbtUint: returnValue.setI8Const(i8Const >> constant.uConst); break; 541 case EbtUint: returnValue.setU8Const(u8Const >> constant.uConst); break; [all …]
|
D | BaseTypes.h | 56 EbtUint, enumerator 492 case EbtUint: in isTypeUnsignedInt() 529 case EbtUint: in getTypeRank()
|
D | Types.h | 217 case EbtUint: s.append("u"); break; in getString() 1515 case EbtUint: in isIntegerDomain() 1597 case EbtUint: in containsNonOpaque() 1714 case EbtUint: return "uint"; in getBasicString()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 315 case EOpConstructUint: newType = EbtUint; break; in addUnaryMath() 509 case EbtUint: newOp = EOpConvUintToDouble; break; in createConversion() 526 case EbtUint: newOp = EOpConvUintToFloat; break; in createConversion() 543 case EbtUint: newOp = EOpConvUintToFloat16; break; in createConversion() 560 case EbtUint: newOp = EOpConvUintToBool; break; in createConversion() 576 case EbtUint: newOp = EOpConvUintToInt8; break; in createConversion() 593 case EbtUint: newOp = EOpConvUintToUint8; break; in createConversion() 611 case EbtUint: newOp = EOpConvUintToInt16; break; in createConversion() 628 case EbtUint: newOp = EOpConvUintToUint16; break; in createConversion() 646 case EbtUint: newOp = EOpConvUintToInt; break; in createConversion() [all …]
|
D | glslang.y | 1564 $$.basicType = EbtUint; 1594 $$.basicType = EbtUint; 1802 $$.basicType = EbtUint; 1808 $$.basicType = EbtUint; 1814 $$.basicType = EbtUint; 1856 $$.basicType = EbtUint; 1862 $$.basicType = EbtUint; 1868 $$.basicType = EbtUint; 2455 $$.sampler.set(EbtUint, Esd1D); 2460 $$.sampler.set(EbtUint, Esd2D); [all …]
|
D | glslang_tab.cpp | 6226 (yyval.interm.type).basicType = EbtUint; in yyparse() 6286 (yyval.interm.type).basicType = EbtUint; in yyparse() 6679 (yyval.interm.type).basicType = EbtUint; in yyparse() 6690 (yyval.interm.type).basicType = EbtUint; in yyparse() 6701 (yyval.interm.type).basicType = EbtUint; in yyparse() 6778 (yyval.interm.type).basicType = EbtUint; in yyparse() 6789 (yyval.interm.type).basicType = EbtUint; in yyparse() 6800 (yyval.interm.type).basicType = EbtUint; in yyparse() 7882 (yyval.interm.type).sampler.set(EbtUint, Esd1D); in yyparse() 7892 (yyval.interm.type).sampler.set(EbtUint, Esd2D); in yyparse() [all …]
|
D | reflection.cpp | 467 case EbtUint: in mapSamplerToGlType() 548 case EbtUint: in mapSamplerToGlType() 599 case EbtUint: return GL_UNSIGNED_INT_VEC2 + offset; in mapToGlType() 695 case EbtUint: return GL_UNSIGNED_INT; in mapToGlType()
|
D | SymbolTable.cpp | 67 case EbtUint: mangledName += 'u'; break; in buildMangledName() 85 case EbtUint: mangledName += "u"; break; in buildMangledName()
|
D | Constant.cpp | 233 case EbtUint: in fold() 537 …case EbtUint: newConstArray[i].setUConst(static_cast<unsigned int>(-static_cast<int>(unionArray[i… in fold() 1092 case EbtUint: in fold() 1126 case EbtUint: in fold() 1166 case EbtUint: in fold()
|
D | ParseHelper.cpp | 143 defaultPrecision[EbtUint] = EpqMedium; in setPrecisionDefaults() 146 defaultPrecision[EbtUint] = EpqHigh; in setPrecisionDefaults() 1914 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint) { in builtInOpCheck() 2189 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint) { in nonOpBuiltInCheck() 2483 if ((node->getBasicType() == EbtInt || node->getBasicType() == EbtUint) && node->isScalar()) in integerCheck() 3156 publicType.userDef->containsBasicType(EbtUint) || in globalQualifierTypeCheck() 3401 defaultPrecision[EbtUint] = qualifier; in setDefaultPrecision() 3455 …if (baseType == EbtFloat || baseType == EbtUint || baseType == EbtInt || baseType == EbtSampler ||… in precisionQualifierCheck() 3525 if (! isConst || (expr->getBasicType() != EbtInt && expr->getBasicType() != EbtUint)) { in arraySizeCheck() 5546 if (type.getSampler().type == EbtUint && qualifier.layoutFormat < ElfIntGuard) in layoutTypeCheck() [all …]
|
D | Initialize.cpp | 95 prefixes[EbtUint] = "u"; in TBuiltIns() 6273 TBasicType bTypes[4] = { EbtFloat, EbtFloat16, EbtInt, EbtUint }; in add2ndGenerationSamplingImaging() 6275 TBasicType bTypes[3] = { EbtFloat, EbtInt, EbtUint }; in add2ndGenerationSamplingImaging() 6554 if (sampler.type == EbtInt || sampler.type == EbtUint) { in add2ndGenerationSamplingImaging()
|
D | intermOut.cpp | 1243 case EbtUint: in OutputConstantUnion()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 825 basicType = EbtUint; in acceptTemplateVecMatBasicType() 1136 case EbtUint: in acceptSubpassInputType() 1317 case EbtUint: in acceptTextureType() 1423 const TBasicType min16uint_bt = enable16BitTypes ? EbtUint16 : EbtUint; in acceptType() 1619 new(&type) TType(EbtUint); in acceptType() 1622 new(&type) TType(EbtUint); in acceptType() 1626 new(&type) TType(EbtUint, EvqTemporary, 2); in acceptType() 1629 new(&type) TType(EbtUint, EvqTemporary, 3); in acceptType() 1632 new(&type) TType(EbtUint, EvqTemporary, 4); in acceptType() 1808 new(&type) TType(EbtUint, EvqTemporary, 0, 1, 1); in acceptType() [all …]
|
D | hlslParseHelper.cpp | 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() [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 2919 case glslang::EbtUint: return builder.makeUintType(32); in getSampledType() 3009 case glslang::EbtUint: in convertGlslangToSpvType() 4043 const bool isUnsignedResult = node->getType().getBasicType() == glslang::EbtUint; 5941 …opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? spv::OpAtomicUMin : … 5946 …opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? spv::OpAtomicUMax : … 6461 const bool isUnsigned = typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64; 7512 case glslang::EbtUint: 7559 case glslang::EbtUint:
|