Searched refs:globalErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 898 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"))
|
D | ParseHelper.h | 126 bool globalErrorCheck(const TSourceLoc &line, bool global, const char* token);
|
D | glslang_tab.cpp | 3521 … 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()
|
D | ParseHelper.cpp | 454 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()
|