Searched refs:paramCheckFixStorage (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 367 void paramCheckFixStorage(const TSourceLoc&, const TStorageQualifier&, TType& type);
|
D | glslang.y | 980 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type); 1000 parseContext.paramCheckFixStorage($1.loc, EvqTemporary, *$$.param.type);
|
D | ParseHelper.cpp | 4265 void TParseContext::paramCheckFixStorage(const TSourceLoc& loc, const TStorageQualifier& qualifier,… in paramCheckFixStorage() function in glslang::TParseContext 4319 paramCheckFixStorage(loc, qualifier.storage, type); in paramCheckFix()
|
D | glslang_tab.cpp | 5269 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse() 5296 …parseContext.paramCheckFixStorage((yyvsp[0].interm).loc, EvqTemporary, *(yyval.interm).param.type); in yyparse()
|