Home
last modified time | relevance | path

Searched refs:E_GL_ARB_shader_storage_buffer_object (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h160 const char* const E_GL_ARB_shader_storage_buffer_object = "GL_ARB_shader_storage_buffer_object"; variable
DInitialize.cpp8418 … symbolTable.setFunctionExtensions("atomicAdd", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8419 … symbolTable.setFunctionExtensions("atomicMin", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8420 … symbolTable.setFunctionExtensions("atomicMax", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8421 … symbolTable.setFunctionExtensions("atomicAnd", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8422 … symbolTable.setFunctionExtensions("atomicOr", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8423 … symbolTable.setFunctionExtensions("atomicXor", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8424 … symbolTable.setFunctionExtensions("atomicExchange", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
8425 … symbolTable.setFunctionExtensions("atomicCompSwap", 1, &E_GL_ARB_shader_storage_buffer_object); in add2ndGenerationSamplingImaging()
DVersions.cpp225 extensionBehavior[E_GL_ARB_shader_storage_buffer_object] = EBhDisable; in initializeExtensionBehavior()
DScan.cpp972 !parseContext.extensionTurnedOn(E_GL_ARB_shader_storage_buffer_object)))) in tokenizeIdentifier()
DParseHelper.cpp5446 …eRequires(loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_shader_storage_buffer_object, "… in setLayoutQualifier()
8576 …eRequires(loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_shader_storage_buffer_object, "… in blockStageIoCheck()