Home
last modified time | relevance | path

Searched refs:E_GL_3DL_array_objects (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h123 const char* const E_GL_3DL_array_objects = "GL_3DL_array_objects"; variable
Dglslang.y999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3365 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3387 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
Dglslang.m4999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3365 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3387 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
DVersions.cpp186 extensionBehavior[E_GL_3DL_array_objects] = EBhDisable; in initializeExtensionBehavior()
Dglslang_tab.cpp5306 …xt.profileRequires((yyvsp[-1].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
5326 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
5517 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
5532 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
9542 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
9569 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
DParseHelper.cpp808 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, ".length"); in handleDotDereference()
2500 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed constructor"); in handleConstructorCall()
3841 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "const array"); in arrayQualifierError()
4653 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, op); in arrayObjectCheck()
6658 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "initializer"); in declareVariable()