Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h166 const char* const E_GL_ARB_bindless_texture = "GL_ARB_bindless_texture"; variable
DVersions.cpp228 extensionBehavior[E_GL_ARB_bindless_texture] = EBhDisable; in initializeExtensionBehavior()
388 spvUnsupportedExt.push_back(E_GL_ARB_bindless_texture); in initializeExtensionBehavior()
DParseHelper.cpp1668 else if (!extensionTurnedOn(E_GL_ARB_bindless_texture)) in handleReturnValue()
1912 … requireExtensions(loc, 1, &E_GL_ARB_bindless_texture, "sampler assignment for bindless texture"); in addAssign()
2962 if (type.isImage() && extensionTurnedOn(E_GL_ARB_bindless_texture)) in handleConstructorCall()
3692 if (op == EOpConstructUVec2 && extensionTurnedOn(E_GL_ARB_bindless_texture)) { in constructorError()
3723 bool bindlessMode = extensionTurnedOn(E_GL_ARB_bindless_texture); in constructorTextureSamplerError()
3835 if (extensionTurnedOn(E_GL_ARB_bindless_texture)) { in samplerCheck()
3847 if (extensionTurnedOn(E_GL_ARB_bindless_texture)) { in samplerCheck()
5281 … if (containsFieldWithBasicType(type, EbtSampler) && !extensionTurnedOn(E_GL_ARB_bindless_texture)) in opaqueCheck()
5645 requireExtensions(loc, 1, &E_GL_ARB_bindless_texture, "bindless_sampler"); in setLayoutQualifier()
5651 requireExtensions(loc, 1, &E_GL_ARB_bindless_texture, "bindless_image"); in setLayoutQualifier()
[all …]
DParseContextBase.cpp156 if (extensionTurnedOn(E_GL_ARB_bindless_texture) == false) in lValueErrorCheck()