Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h137 const char* const E_GL_ARB_shader_image_load_store = "GL_ARB_shader_image_load_store"; variable
DScan.cpp1117 …return es30ReservedFromGLSL(parseContext.extensionTurnedOn(E_GL_ARB_shader_image_load_store) ? 130… in tokenizeIdentifier()
1122 …parseContext.version < 420 && ! parseContext.extensionTurnedOn(E_GL_ARB_shader_image_load_store)))) in tokenizeIdentifier()
1970 parseContext.extensionTurnedOn(E_GL_ARB_shader_image_load_store))) || in firstGenerationImage()
1996 …(parseContext.version >= 420 || parseContext.extensionTurnedOn(E_GL_ARB_shader_image_load_store)))) in secondGenerationImage()
DVersions.cpp200 extensionBehavior[E_GL_ARB_shader_image_load_store] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp5625 …oc, ENoProfile | ECoreProfile | ECompatibilityProfile, 420, E_GL_ARB_shader_image_load_store, "ima… in setLayoutQualifier()
5626 … profileRequires(loc, EEsProfile, 310, E_GL_ARB_shader_image_load_store, "image load store"); in setLayoutQualifier()
5771 …oc, ENoProfile | ECoreProfile | ECompatibilityProfile, 420, E_GL_ARB_shader_image_load_store, "ear… in setLayoutQualifier()
DInitialize.cpp8402 … symbolTable.setFunctionExtensions("memoryBarrier", 1, &E_GL_ARB_shader_image_load_store); in identifyBuiltIns()