Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h175 …TIntermAggregate *parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &iden…
Dglslang.y859 $$.intermAggregate = context->parseInvariantDeclaration(@1, @2, $2.string, $2.symbol);
DParseHelper.cpp1586 TIntermAggregate *TParseContext::parseInvariantDeclaration(const TSourceLoc &invariantLoc, in parseInvariantDeclaration() function in TParseContext
Dglslang_tab.cpp3464 …(yyval.interm).intermAggregate = context->parseInvariantDeclaration((yylsp[-1]), (yylsp[0]), (yyvs… in yyparse()