Searched refs:E_GL_ARB_texture_gather (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 126 const char* const E_GL_ARB_texture_gather = "GL_ARB_texture_gather"; variable
|
D | Versions.cpp | 191 extensionBehavior[E_GL_ARB_texture_gather] = EBhDisable; in initializeExtensionBehavior()
|
D | ParseHelper.cpp | 2152 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_texture_gather, feature); in builtInOpCheck() 2157 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_texture_gather, feature); in builtInOpCheck() 2688 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_texture_gather, feature); in nonOpBuiltInCheck() 2713 profileRequires(loc, ~EEsProfile, 400, E_GL_ARB_texture_gather, feature); in nonOpBuiltInCheck()
|