Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp742 …t::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation) in singleDeclarationErrorCheck() argument
753 error(identifierLocation, "cannot be used with a structure", in singleDeclarationErrorCheck()
761 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck()
772 …error(identifierLocation, "layout qualifier", getMatrixPackingString(layoutQualifier.matrixPacking… in singleDeclarationErrorCheck()
779 error(identifierLocation, "layout qualifier", getBlockStorageString(layoutQualifier.blockStorage), in singleDeclarationErrorCheck()
785 layoutLocationErrorCheck(identifierLocation, publicType.layoutQualifier)) in singleDeclarationErrorCheck()
1518 const TSourceLoc &identifierLocation, in parseSingleArrayDeclaration() argument
1525 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayDeclaration()
1528 if(nonInitErrorCheck(identifierLocation, identifier, publicType)) in parseSingleArrayDeclaration()
1539 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration()
[all …]
DParseHelper.h141 …l singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocation);
163 …eSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri…
165 …leInitDeclaration(const TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri…
170 …gleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TStri…
177 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,
179 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,
181 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,
185 …blicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation,