Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp133 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes() function in glslang::TParseContext
143 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes() function in glslang::TParseContext
DParseHelper.h473 TAttributes* makeAttributes(const TString& identifier) const;
474 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
Dglslang.y4160 $$ = parseContext.makeAttributes(*$1.string);
4163 $$ = parseContext.makeAttributes(*$1.string, $3);
Dglslang_tab.cpp11891 (yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[0].lex).string); in yyparse()
11899 …(yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[-3].lex).string, (yyvsp[-1].interm… in yyparse()