/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2522 …unction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicType) in handleConstructorCall() argument 2524 TType type(publicType); in handleConstructorCall() 3397 void TParseContext::memberQualifierCheck(glslang::TPublicType& publicType) in memberQualifierCheck() argument 3399 globalQualifierFixCheck(publicType.loc, publicType.qualifier, true); in memberQualifierCheck() 3400 checkNoShaderLayouts(publicType.loc, publicType.shaderQualifiers); in memberQualifierCheck() 3401 if (publicType.qualifier.isNonUniform()) { in memberQualifierCheck() 3402 error(publicType.loc, "not allowed on block or structure members", "nonuniformEXT", ""); in memberQualifierCheck() 3403 publicType.qualifier.nonUniform = false; in memberQualifierCheck() 3460 …alifierTypeCheck(const TSourceLoc& loc, const TQualifier& qualifier, const TPublicType& publicType) in globalQualifierTypeCheck() argument 3465 if (!(publicType.userDef && publicType.userDef->isReference()) && !parsingBuiltins) { in globalQualifierTypeCheck() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2729 …unction* TParseContext::handleConstructorCall(const TSourceLoc& loc, const TPublicType& publicType) in handleConstructorCall() argument 2731 TType type(publicType); in handleConstructorCall() 3625 void TParseContext::memberQualifierCheck(glslang::TPublicType& publicType) in memberQualifierCheck() argument 3627 globalQualifierFixCheck(publicType.loc, publicType.qualifier, true); in memberQualifierCheck() 3628 checkNoShaderLayouts(publicType.loc, publicType.shaderQualifiers); in memberQualifierCheck() 3629 if (publicType.qualifier.isNonUniform()) { in memberQualifierCheck() 3630 error(publicType.loc, "not allowed on block or structure members", "nonuniformEXT", ""); in memberQualifierCheck() 3631 publicType.qualifier.nonUniform = false; in memberQualifierCheck() 3696 …alifierTypeCheck(const TSourceLoc& loc, const TQualifier& qualifier, const TPublicType& publicType) in globalQualifierTypeCheck() argument 3701 if (!(publicType.userDef && publicType.userDef->isReference()) && !parsingBuiltins) { in globalQualifierTypeCheck() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 702 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck() argument 704 switch(publicType.qualifier) in singleDeclarationErrorCheck() 711 if(publicType.type == EbtStruct) in singleDeclarationErrorCheck() 714 getQualifierString(publicType.qualifier)); in singleDeclarationErrorCheck() 721 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck() 728 const TLayoutQualifier layoutQualifier = publicType.layoutQualifier; in singleDeclarationErrorCheck() 744 if(publicType.qualifier != EvqVertexIn && publicType.qualifier != EvqFragmentOut && in singleDeclarationErrorCheck() 745 layoutLocationErrorCheck(identifierLocation, publicType.layoutQualifier)) in singleDeclarationErrorCheck() 1438 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() argument 1442 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeL… in parseSingleDeclaration() [all …]
|
D | ParseHelper.h | 142 …bool singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocati… 163 …TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTy… 164 …TIntermAggregate *parseSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifie… 166 …TIntermAggregate *parseSingleInitDeclaration(const TPublicType &publicType, const TSourceLoc &iden… 171 …TIntermAggregate *parseSingleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &ident… 178 …TIntermAggregate *parseDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration,… 180 …TIntermAggregate *parseArrayDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclara… 182 …TIntermAggregate *parseInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggregateDe… 186 …TIntermAggregate *parseArrayInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggreg… 195 TFunction *addConstructorFunc(const TPublicType &publicType);
|
/external/angle/src/compiler/translator/ |
D | ParseContext.cpp | 1578 void TParseContext::atomicCounterQualifierErrorCheck(const TPublicType &publicType, in atomicCounterQualifierErrorCheck() argument 1581 if (publicType.precision != EbpHigh) in atomicCounterQualifierErrorCheck() 1586 if (publicType.layoutQualifier.location != -1) in atomicCounterQualifierErrorCheck() 1590 if (publicType.layoutQualifier.binding == -1) in atomicCounterQualifierErrorCheck() 1613 void TParseContext::nonEmptyDeclarationErrorCheck(const TPublicType &publicType, in nonEmptyDeclarationErrorCheck() argument 1616 switch (publicType.qualifier) in nonEmptyDeclarationErrorCheck() 1625 if (publicType.getBasicType() == EbtStruct) in nonEmptyDeclarationErrorCheck() 1628 getQualifierString(publicType.qualifier)); in nonEmptyDeclarationErrorCheck() 1633 if (publicType.getBasicType() != EbtInterfaceBlock) in nonEmptyDeclarationErrorCheck() 1637 getQualifierString(publicType.qualifier)); in nonEmptyDeclarationErrorCheck() [all …]
|
D | ParseContext.h | 175 void nonEmptyDeclarationErrorCheck(const TPublicType &publicType, 234 TIntermDeclaration *parseSingleDeclaration(TPublicType &publicType, 242 TIntermDeclaration *parseSingleInitDeclaration(const TPublicType &publicType, 264 void parseDeclarator(TPublicType &publicType, 274 void parseInitDeclarator(const TPublicType &publicType, 312 TFunctionLookup *addConstructorFunc(const TPublicType &publicType); 314 TParameter parseParameterDeclarator(const TPublicType &publicType, 534 void atomicCounterQualifierErrorCheck(const TPublicType &publicType,
|
/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
D | FactoryDescriptor.java | 52 abstract boolean publicType(); in publicType() method in FactoryDescriptor 82 boolean publicType, in create() argument 139 publicType, in create()
|
D | AutoFactoryProcessor.java | 136 boolean publicType = false; in doProcess() 145 publicType |= methodDescriptor.publicMethod(); in doProcess() 164 publicType, in doProcess()
|
D | FactoryWriter.java | 91 if (descriptor.publicType()) { in writeFactory() 122 if (descriptor.publicType()) { in addConstructorAndProviderFields()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptUtil_fp.h | 298 TPMI_ALG_PUBLIC publicType, // IN: Type of the object 306 TPMI_ALG_PUBLIC publicType, // IN: Type of the object
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptUtil.c | 1203 TPMI_ALG_PUBLIC publicType, // IN: Type of the object in CryptIsAsymSignScheme() argument 1209 switch(publicType) in CryptIsAsymSignScheme() 1262 TPMI_ALG_PUBLIC publicType, // IN: Type of the object in CryptIsAsymDecryptScheme() argument 1268 switch(publicType) in CryptIsAsymDecryptScheme()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9145 …rseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& publicType) in updateStandaloneQualifierDefaults() argument 9147 if (publicType.shaderQualifiers.vertices != TQualifier::layoutNotSet) { in updateStandaloneQualifierDefaults() 9151 if (publicType.shaderQualifiers.invocations != TQualifier::layoutNotSet) { in updateStandaloneQualifierDefaults() 9152 if (! intermediate.setInvocations(publicType.shaderQualifiers.invocations)) in updateStandaloneQualifierDefaults() 9155 if (publicType.shaderQualifiers.geometry != ElgNone) { in updateStandaloneQualifierDefaults() 9156 if (publicType.qualifier.storage == EvqVaryingIn) { in updateStandaloneQualifierDefaults() 9157 switch (publicType.shaderQualifiers.geometry) { in updateStandaloneQualifierDefaults() 9167 …error(loc, "cannot apply to input", TQualifier::getGeometryString(publicType.shaderQualifiers.geom… in updateStandaloneQualifierDefaults() 9170 } else if (publicType.qualifier.storage == EvqVaryingOut) { in updateStandaloneQualifierDefaults() 9171 handleOutputGeometry(loc, publicType.shaderQualifiers.geometry); in updateStandaloneQualifierDefaults() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9149 …rseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& publicType) in updateStandaloneQualifierDefaults() argument 9151 if (publicType.shaderQualifiers.vertices != TQualifier::layoutNotSet) { in updateStandaloneQualifierDefaults() 9155 if (publicType.shaderQualifiers.invocations != TQualifier::layoutNotSet) { in updateStandaloneQualifierDefaults() 9156 if (! intermediate.setInvocations(publicType.shaderQualifiers.invocations)) in updateStandaloneQualifierDefaults() 9159 if (publicType.shaderQualifiers.geometry != ElgNone) { in updateStandaloneQualifierDefaults() 9160 if (publicType.qualifier.storage == EvqVaryingIn) { in updateStandaloneQualifierDefaults() 9161 switch (publicType.shaderQualifiers.geometry) { in updateStandaloneQualifierDefaults() 9171 …error(loc, "cannot apply to input", TQualifier::getGeometryString(publicType.shaderQualifiers.geom… in updateStandaloneQualifierDefaults() 9174 } else if (publicType.qualifier.storage == EvqVaryingOut) { in updateStandaloneQualifierDefaults() 9175 handleOutputGeometry(loc, publicType.shaderQualifiers.geometry); in updateStandaloneQualifierDefaults() [all …]
|