Home
last modified time | relevance | path

Searched refs:EbtUint (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h85 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 …]
DBaseTypes.h57 EbtUint, enumerator
523 case EbtUint: in isTypeUnsignedInt()
561 case EbtUint: in getTypeRank()
DTypes.h250 case EbtUint: s.append("u"); break; in getString()
1496 } else if (p.basicType == EbtUint && numBits == 8) { in TType()
1715 case EbtUint: in isIntegerDomain()
1809 case EbtUint: in containsNonOpaque()
1987 case EbtUint: return "uint"; in getBasicString()
2400 else if (getBasicType() == EbtUint || getBasicType() == EbtUint8) in sameCoopMatBaseType()
2401 rv = right.getBasicType() == EbtUint || right.getBasicType() == EbtUint8; in sameCoopMatBaseType()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp390 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 …]
Dglslang.y1691 $$.basicType = EbtUint;
1745 $$.basicType = EbtUint;
1751 $$.basicType = EbtUint;
1757 $$.basicType = EbtUint;
1871 $$.basicType = EbtUint;
2072 $$.basicType = EbtUint;
2078 $$.basicType = EbtUint;
2084 $$.basicType = EbtUint;
2608 $$.sampler.set(EbtUint, Esd2D);
2613 $$.sampler.set(EbtUint, Esd3D);
[all …]
Dglslang.m41691 $$.basicType = EbtUint;
1745 $$.basicType = EbtUint;
1751 $$.basicType = EbtUint;
1757 $$.basicType = EbtUint;
1871 $$.basicType = EbtUint;
2072 $$.basicType = EbtUint;
2078 $$.basicType = EbtUint;
2084 $$.basicType = EbtUint;
2608 $$.sampler.set(EbtUint, Esd2D);
2613 $$.sampler.set(EbtUint, Esd3D);
[all …]
Dglslang_tab.cpp6831 (yyval.interm.type).basicType = EbtUint; in yyparse()
6940 (yyval.interm.type).basicType = EbtUint; in yyparse()
6951 (yyval.interm.type).basicType = EbtUint; in yyparse()
6962 (yyval.interm.type).basicType = EbtUint; in yyparse()
7185 (yyval.interm.type).basicType = EbtUint; in yyparse()
7551 (yyval.interm.type).basicType = EbtUint; in yyparse()
7562 (yyval.interm.type).basicType = EbtUint; in yyparse()
7573 (yyval.interm.type).basicType = EbtUint; in yyparse()
8529 (yyval.interm.type).sampler.set(EbtUint, Esd2D); in yyparse()
8539 (yyval.interm.type).sampler.set(EbtUint, Esd3D); in yyparse()
[all …]
DSymbolTable.cpp66 case EbtUint: mangledName += 'u'; break; in buildMangledName()
87 case EbtUint: mangledName += "u"; break; in buildMangledName()
Dreflection.cpp781 case EbtUint: in mapSamplerToGlType()
860 case EbtUint: in mapSamplerToGlType()
909 case EbtUint: return GL_UNSIGNED_INT_VEC2 + offset; in mapToGlType()
1001 case EbtUint: return GL_UNSIGNED_INT; in mapToGlType()
DParseHelper.cpp155 defaultPrecision[EbtUint] = EpqMedium; in setPrecisionDefaults()
158 defaultPrecision[EbtUint] = EpqHigh; in setPrecisionDefaults()
2146 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint || in builtInOpCheck()
2485 if (imageType.getSampler().type == EbtInt || imageType.getSampler().type == EbtUint) { in nonOpBuiltInCheck()
2777 if ((node->getBasicType() == EbtInt || node->getBasicType() == EbtUint) && node->isScalar()) in integerCheck()
3503 || publicType.userDef->containsBasicType(EbtUint) in globalQualifierTypeCheck()
3731 defaultPrecision[EbtUint] = qualifier; in setDefaultPrecision()
3787 …if (baseType == EbtFloat || baseType == EbtUint || baseType == EbtInt || baseType == EbtSampler ||… in precisionQualifierCheck()
3862 if (! isConst || (expr->getBasicType() != EbtInt && expr->getBasicType() != EbtUint)) { in arraySizeCheck()
5879 type.containsBasicType(EbtInt) || type.containsBasicType(EbtUint)) && in layoutTypeCheck()
[all …]
DConstant.cpp202 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()
DInitialize.cpp505 prefixes[EbtUint] = "u"; in TBuiltIns()
5815 const TBasicType bTypes[] = { EbtFloat, EbtInt, EbtUint,
5891 if (shadow && (bTypes[bType] == EbtInt || bTypes[bType] == EbtUint))
6117 …if (sampler.type == EbtInt || sampler.type == EbtUint || sampler.type == EbtInt64 || sampler.type …
6122 case(EbtUint): dataType = "highp uint"; break;
DintermOut.cpp1305 case EbtUint: in OutputConstantUnion()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp838 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 …]
DhlslParseHelper.cpp209 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 …]
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3689 case glslang::EbtUint: return builder.makeUintType(32); in getSampledType()
3772 case glslang::EbtUint: in convertGlslangToSpvType()
4927 if (sampler.type == glslang::EbtUint) in createImageTextureFunctionCall()
4950 const bool isUnsignedResult = node->getType().getBasicType() == glslang::EbtUint; in createImageTextureFunctionCall()
6900 opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? in createAtomicOperation()
6906 opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? in createAtomicOperation()
8607 case glslang::EbtUint: in createSpvConstantFromConstUnionArray()
8656 case glslang::EbtUint: in createSpvConstantFromConstUnionArray()