Searched refs:E_GL_3DL_array_objects (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 117 const char* const E_GL_3DL_array_objects = "GL_3DL_array_objects"; variable
|
D | glslang.y | 927 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 942 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1073 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 1084 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 3246 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type"); 3268 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
|
D | Versions.cpp | 163 extensionBehavior[E_GL_3DL_array_objects] = EBhDisable; in initializeExtensionBehavior()
|
D | glslang_tab.cpp | 5207 …xt.profileRequires((yyvsp[-1].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 5227 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 5416 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 5432 …ext.profileRequires((yyvsp[0].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 9338 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse() 9365 …xt.profileRequires((yyvsp[-2].interm.type).loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed … in yyparse()
|
D | ParseHelper.cpp | 746 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, ".length"); in handleDotDereference() 2230 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed constructor"); in handleConstructorCall() 3544 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "const array"); in arrayQualifierError() 4340 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, op); in arrayObjectCheck() 6191 profileRequires(loc, ENoProfile, 120, E_GL_3DL_array_objects, "initializer"); in declareVariable()
|