Home
last modified time | relevance | path

Searched refs:E_GL_ARB_sparse_texture2 (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h148 const char* const E_GL_ARB_sparse_texture2 = "GL_ARB_sparse_texture2"; variable
DInitialize.cpp8287 … symbolTable.setFunctionExtensions("sparseTextureARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8288 … symbolTable.setFunctionExtensions("sparseTextureLodARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8289 … symbolTable.setFunctionExtensions("sparseTextureOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8290 … symbolTable.setFunctionExtensions("sparseTexelFetchARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8291 … symbolTable.setFunctionExtensions("sparseTexelFetchOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8292 … symbolTable.setFunctionExtensions("sparseTextureLodOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8293 … symbolTable.setFunctionExtensions("sparseTextureGradARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8294 … symbolTable.setFunctionExtensions("sparseTextureGradOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8295 … symbolTable.setFunctionExtensions("sparseTextureGatherARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8296 … symbolTable.setFunctionExtensions("sparseTextureGatherOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
[all …]
DVersions.cpp213 extensionBehavior[E_GL_ARB_sparse_texture2] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp2235 requireExtensions(loc, 1, &E_GL_ARB_sparse_texture2, fnCandidate.getName().c_str()); in builtInOpCheck()