Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h126 const char* const E_GL_ARB_gpu_shader5 = "GL_ARB_gpu_shader5"; variable
DVersions.cpp189 extensionBehavior[E_GL_ARB_gpu_shader5] = EBhDisablePartial; in initializeExtensionBehavior()
DParseHelper.cpp1911 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
1922 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
1930 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
2380 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2388 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2399 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
Dglslang.y1287 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
Dglslang.m41287 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
Dglslang_tab.cpp5722 …yval.interm.type).loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise"); in yyparse()