Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h127 const char* const E_GL_ARB_gpu_shader5 = "GL_ARB_gpu_shader5"; variable
DVersions.cpp190 extensionBehavior[E_GL_ARB_gpu_shader5] = EBhDisablePartial; in initializeExtensionBehavior()
DParseHelper.cpp2130 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
2141 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
2149 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in builtInOpCheck()
2675 …requireExtensions(loc, 1, &E_GL_ARB_gpu_shader5, "if the verison is 150 , the EmitStreamVertex and… in builtInOpCheck()
2837 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2845 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
2856 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_gpu_shader5, feature); in nonOpBuiltInCheck()
6961 …nction400 = extensionTurnedOn(E_GL_ARB_gpu_shader_fp64) || extensionTurnedOn(E_GL_ARB_gpu_shader5); in findFunction()
DIntermediate.cpp1721 …eturn version >= 400 || getSource() == EShSourceHlsl || IsRequestedExtension(E_GL_ARB_gpu_shader5); in canImplicitlyPromote()
Dglslang.y1357 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
DInitialize.cpp8556 const char* bitsConvertExt[2] = {E_GL_ARB_shader_bit_encoding, E_GL_ARB_gpu_shader5}; in identifyBuiltIns()
Dglslang_tab.cpp6818 …yval.interm.type).loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise"); in yyparse()