Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h81 …virtual void requireNotRemoved(const TSourceLoc&, int queryProfiles, int removedVersion, const cha…
DVersions.cpp807 void TParseVersions::requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, … in requireNotRemoved() function in glslang::TParseVersions
Dglslang.y1481 parseContext.requireNotRemoved($1.loc, ECoreProfile, 420, "attribute");
1482 parseContext.requireNotRemoved($1.loc, EEsProfile, 300, "attribute");
1492 parseContext.requireNotRemoved($1.loc, ECoreProfile, 420, "varying");
1493 parseContext.requireNotRemoved($1.loc, EEsProfile, 300, "varying");
Dglslang_tab.cpp7048 parseContext.requireNotRemoved((yyvsp[0].lex).loc, ECoreProfile, 420, "attribute"); in yyparse()
7049 parseContext.requireNotRemoved((yyvsp[0].lex).loc, EEsProfile, 300, "attribute"); in yyparse()
7064 parseContext.requireNotRemoved((yyvsp[0].lex).loc, ECoreProfile, 420, "varying"); in yyparse()
7065 parseContext.requireNotRemoved((yyvsp[0].lex).loc, EEsProfile, 300, "varying"); in yyparse()