Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h380 void paramCheckFixStorage(const TSourceLoc&, const TStorageQualifier&, TType& type);
Dglslang.y1052 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
1072 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
Dglslang.m41052 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
1072 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
DParseHelper.cpp4575 void TParseContext::paramCheckFixStorage(const TSourceLoc& loc, const TStorageQualifier& qualifier,… in paramCheckFixStorage() function in glslang::TParseContext
4632 paramCheckFixStorage(loc, qualifier.storage, type); in paramCheckFix()
Dglslang_tab.cpp5368 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()
5395 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()