Searched refs:E_GL_ARB_gpu_shader5 (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 120 const char* const E_GL_ARB_gpu_shader5 = "GL_ARB_gpu_shader5"; variable
|
D | Versions.cpp | 166 extensionBehavior[E_GL_ARB_gpu_shader5] = EBhDisablePartial; in initializeExtensionBehavior()
|
D | ParseHelper.cpp | 1714 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()
|
D | glslang.y | 1225 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
|
D | glslang_tab.cpp | 5636 …yval.interm.type).loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise"); in yyparse()
|