Searched refs:E_GL_ARB_gpu_shader5 (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 127 const char* const E_GL_ARB_gpu_shader5 = "GL_ARB_gpu_shader5"; variable
|
D | Versions.cpp | 190 extensionBehavior[E_GL_ARB_gpu_shader5] = EBhDisablePartial; in initializeExtensionBehavior()
|
D | ParseHelper.cpp | 2130 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()
|
D | Intermediate.cpp | 1721 …eturn version >= 400 || getSource() == EShSourceHlsl || IsRequestedExtension(E_GL_ARB_gpu_shader5); in canImplicitlyPromote()
|
D | glslang.y | 1357 …rofileRequires($$.loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise");
|
D | Initialize.cpp | 8556 const char* bitsConvertExt[2] = {E_GL_ARB_shader_bit_encoding, E_GL_ARB_gpu_shader5}; in identifyBuiltIns()
|
D | glslang_tab.cpp | 6818 …yval.interm.type).loc, ECoreProfile | ECompatibilityProfile, 400, E_GL_ARB_gpu_shader5, "precise"); in yyparse()
|