Home
last modified time | relevance | path

Searched refs:checkIsAtGlobalLevel (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
Dglslang.y824 context->checkIsAtGlobalLevel(@1, "layout");
834 context->checkIsAtGlobalLevel(@1, "invariant");
DParseContext.h130 bool checkIsAtGlobalLevel(const TSourceLoc &line, const char *token);
DParseContext.cpp729 bool TParseContext::checkIsAtGlobalLevel(const TSourceLoc &line, const char *token) in checkIsAtGlobalLevel() function in sh::TParseContext
2550 checkIsAtGlobalLevel(typeSpecifier.getLine(), "layout"); in addFullySpecifiedType()
3067 if (typeQualifier.invariant && !checkIsAtGlobalLevel(identifierLoc, "invariant varying")) in parseGlobalQualifierDeclaration()
5432 checkIsAtGlobalLevel(loc, getQualifierString(qualifier)); in parseGlobalStorageQualifier()
Dglslang_tab_autogen.cpp3567 context->checkIsAtGlobalLevel((yylsp[0]), "layout"); in yyparse()
3595 context->checkIsAtGlobalLevel((yylsp[0]), "invariant"); in yyparse()