Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h414 void paramCheckFixStorage(const TSourceLoc&, const TStorageQualifier&, TType& type);
Dglslang.y1109 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
1129 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
Dglslang_tab.cpp6437 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()
6464 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()
DParseHelper.cpp5188 void TParseContext::paramCheckFixStorage(const TSourceLoc& loc, const TStorageQualifier& qualifier,… in paramCheckFixStorage() function in glslang::TParseContext
5253 paramCheckFixStorage(loc, qualifier.storage, type); in paramCheckFix()