Home
last modified time | relevance | path

Searched refs:parseSingleDeclaration (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.h163 …TIntermAggregate *parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTy…
Dglslang.y833 $$.intermAggregate = context->parseSingleDeclaration($$.type, @1, "");
837 $$.intermAggregate = context->parseSingleDeclaration($$.type, @2, *$2.string);
Dglslang_tab.cpp3408 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse()
3417 …(yyval.interm).intermAggregate = context->parseSingleDeclaration((yyval.interm).type, (yylsp[0]), … in yyparse()
DParseHelper.cpp1438 TIntermAggregate *TParseContext::parseSingleDeclaration(TPublicType &publicType, in parseSingleDeclaration() function in TParseContext
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y759 $$.intermDeclaration = context->parseSingleDeclaration($$.type, @1, kEmptyImmutableString);
763 … $$.intermDeclaration = context->parseSingleDeclaration($$.type, @2, ImmutableString($2.string));
DParseContext.h238 TIntermDeclaration *parseSingleDeclaration(TPublicType &publicType,
Dglslang_tab_autogen.cpp3434 (yyval.interm).intermDeclaration = context->parseSingleDeclaration( in yyparse()
3444 (yyval.interm).intermDeclaration = context->parseSingleDeclaration( in yyparse()
DParseContext.cpp2884 TIntermDeclaration *TParseContext::parseSingleDeclaration( in parseSingleDeclaration() function in sh::TParseContext