Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h117 const char* const E_GL_3DL_array_objects = "GL_3DL_array_objects"; variable
Dglslang.y927 … 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");
DVersions.cpp163 extensionBehavior[E_GL_3DL_array_objects] = EBhDisable; in initializeExtensionBehavior()
Dglslang_tab.cpp5207 …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()
DParseHelper.cpp746 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()