Searched refs:paramCheckFixStorage (Results 1 – 5 of 5) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 380 void paramCheckFixStorage(const TSourceLoc&, const TStorageQualifier&, TType& type);
|
| D | glslang.y | 1052 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type); 1072 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
|
| D | glslang.m4 | 1052 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type); 1072 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
|
| D | ParseHelper.cpp | 4575 void TParseContext::paramCheckFixStorage(const TSourceLoc& loc, const TStorageQualifier& qualifier,… in paramCheckFixStorage() function in glslang::TParseContext 4632 paramCheckFixStorage(loc, qualifier.storage, type); in paramCheckFix()
|
| D | glslang_tab.cpp | 5368 …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()
|