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