Searched refs:requireNotRemoved (Results 1 – 4 of 4) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 81 …virtual void requireNotRemoved(const TSourceLoc&, int queryProfiles, int removedVersion, const cha…
|
D | Versions.cpp | 807 void TParseVersions::requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, … in requireNotRemoved() function in glslang::TParseVersions
|
D | glslang.y | 1481 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");
|
D | glslang_tab.cpp | 7048 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()
|