Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h120 const char* const E_GL_ARB_gpu_shader5 = "GL_ARB_gpu_shader5"; variable
DVersions.cpp166 extensionBehavior[E_GL_ARB_gpu_shader5] = EBhDisablePartial; in initializeExtensionBehavior()
DParseHelper.cpp1714 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
1725 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
1733 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
2112 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2120 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2131 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
Dglslang.y1225 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
Dglslang_tab.cpp5636 …yval.interm.type).loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise"); in yyparse()