Home
last modified time | relevance | path

Searched refs:publicType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp742 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck() argument
744 switch(publicType.qualifier) in singleDeclarationErrorCheck()
751 if(publicType.type == EbtStruct) in singleDeclarationErrorCheck()
754 getQualifierString(publicType.qualifier)); in singleDeclarationErrorCheck()
761 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck()
768 const TLayoutQualifier layoutQualifier = publicType.layoutQualifier; in singleDeclarationErrorCheck()
784 if(publicType.qualifier != EvqVertexIn && publicType.qualifier != EvqFragmentOut && in singleDeclarationErrorCheck()
785 layoutLocationErrorCheck(identifierLocation, publicType.layoutQualifier)) in singleDeclarationErrorCheck()
1479 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() argument
1483 …TIntermSymbol *symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierOrTypeL… in parseSingleDeclaration()
[all …]
DParseHelper.h141 …bool singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocati…
162 …TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTy…
163 …TIntermAggregate *parseSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifie…
165 …TIntermAggregate *parseSingleInitDeclaration(const TPublicType &publicType, const TSourceLoc &iden…
170 …TIntermAggregate *parseSingleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &ident…
177 …TIntermAggregate *parseDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration,…
179 …TIntermAggregate *parseArrayDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclara…
181 …TIntermAggregate *parseInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggregateDe…
185 …TIntermAggregate *parseArrayInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggreg…
194 TFunction *addConstructorFunc(const TPublicType &publicType);