Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang.y897 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "attribute"))
903 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "varying"))
912 … if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "invariant varying"))
988 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "uniform"))
DParseHelper.h125 bool globalErrorCheck(const TSourceLoc &line, bool global, const char* token);
Dglslang_tab.cpp3518 … if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "attribute")) in yyparse()
3529 if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "varying")) in yyparse()
3543 …if (context->globalErrorCheck((yylsp[-1]), context->symbolTable.atGlobalLevel(), "invariant varyin… in yyparse()
3681 if (context->globalErrorCheck((yylsp[0]), context->symbolTable.atGlobalLevel(), "uniform")) in yyparse()
DParseHelper.cpp494 bool TParseContext::globalErrorCheck(const TSourceLoc &line, bool global, const char* token) in globalErrorCheck() function in TParseContext
1400 globalErrorCheck(typeSpecifier.line, symbolTable.atGlobalLevel(), "layout"); in addFullySpecifiedType()
1633 if(globalErrorCheck(invariantLoc, symbolTable.atGlobalLevel(), "invariant varying")) in parseInvariantDeclaration()