Home
last modified time | relevance | path

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

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