Searched refs:E_GL_3DL_array_objects (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 124 const char* const E_GL_3DL_array_objects = "GL_3DL_array_objects"; variable
|
D | glslang.y | 1056 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1071 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1202 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1212 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 3620 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 3642 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
|
D | Versions.cpp | 187 extensionBehavior[E_GL_3DL_array_objects] = EBhDisable; in initializeExtensionBehavior()
|
D | glslang_tab.cpp | 6376 …xt.profileRequires((yyvsp[-1].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 6396 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 6585 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 6600 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 11018 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 11045 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
|
D | ParseHelper.cpp | 949 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, ".length"); in handleDotDereference() 2955 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed constructor"); in handleConstructorCall() 4446 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "const array"); in arrayQualifierError() 5274 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, op); in arrayObjectCheck() 7845 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "initializer"); in declareVariable()
|