Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang.y898 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "attribute"))
904 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "varying"))
913 … if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "invariant varying"))
989 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "uniform"))
DParseHelper.h126 bool globalErrorCheck(const TSourceLoc &line, bool global, const char* token);
Dglslang_tab.cpp3521 … if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "attribute")) in yyparse()
3532 if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "varying")) in yyparse()
3546 …if (context->globalErrorCheck((yylsp[-1]), context->symbolTable.atGlobalLevel(), "invariant varyin… in yyparse()
3684 if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "uniform")) in yyparse()
DParseHelper.cpp454 bool TParseContext::globalErrorCheck(const TSourceLoc &line, bool global, const char* token) in globalErrorCheck() function in TParseContext
1359 globalErrorCheck(typeSpecifier.line, symbolTable.atGlobalLevel(), "layout"); in addFullySpecifiedType()
1592 if(globalErrorCheck(invariantLoc, symbolTable.atGlobalLevel(), "invariant varying")) in parseInvariantDeclaration()