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