Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp115 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes() function in glslang::TParseContext
125 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes() function in glslang::TParseContext
DParseHelper.h417 TAttributes* makeAttributes(const TString& identifier) const;
418 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
Dglslang.y3735 $$ = parseContext.makeAttributes(*$1.string);
3738 $$ = parseContext.makeAttributes(*$1.string, $3);
Dglslang_tab.cpp10133 (yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[0].lex).string); in yyparse()
10141 …(yyval.interm.attributes) = parseContext.makeAttributes(*(yyvsp[-3].lex).string, (yyvsp[-1].interm… in yyparse()