Searched refs:E_GL_ARB_shader_storage_buffer_object (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 160 const char* const E_GL_ARB_shader_storage_buffer_object = "GL_ARB_shader_storage_buffer_object"; variable
|
D | Initialize.cpp | 8418 … 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()
|
D | Versions.cpp | 225 extensionBehavior[E_GL_ARB_shader_storage_buffer_object] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 972 !parseContext.extensionTurnedOn(E_GL_ARB_shader_storage_buffer_object)))) in tokenizeIdentifier()
|
D | ParseHelper.cpp | 5446 …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()
|