Home
last modified time | relevance | path

Searched refs:paramCheckFixStorage (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h408 void paramCheckFixStorage(const TSourceLoc&, const TStorageQualifier&, TType& type);
Dglslang.y1120 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
1140 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
Dglslang.m41120 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
1140 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
DParseHelper.cpp5012 void TParseContext::paramCheckFixStorage(const TSourceLoc& loc, const TStorageQualifier& qualifier,… in paramCheckFixStorage() function in glslang::TParseContext
5080 paramCheckFixStorage(loc, qualifier.storage, type); in paramCheckFix()
Dglslang_tab.cpp6394 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()
6421 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()