Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h71 …virtual void requireNotRemoved(const TSourceLoc&, int queryProfiles, int removedVersion, const cha…
DVersions.cpp616 void TParseVersions::requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, … in requireNotRemoved() function in glslang::TParseVersions
Dglslang.y1283 parseContext.requireNotRemoved($1.loc, ECoreProfile, 420, "attribute");
1284 parseContext.requireNotRemoved($1.loc, EEsProfile, 300, "attribute");
1294 parseContext.requireNotRemoved($1.loc, ECoreProfile, 420, "varying");
1295 parseContext.requireNotRemoved($1.loc, EEsProfile, 300, "varying");
Dglslang_tab.cpp5740 parseContext.requireNotRemoved((yyvsp[0].lex).loc, ECoreProfile, 420, "attribute"); in yyparse()
5741 parseContext.requireNotRemoved((yyvsp[0].lex).loc, EEsProfile, 300, "attribute"); in yyparse()
5756 parseContext.requireNotRemoved((yyvsp[0].lex).loc, ECoreProfile, 420, "varying"); in yyparse()
5757 parseContext.requireNotRemoved((yyvsp[0].lex).loc, EEsProfile, 300, "varying"); in yyparse()