Home
last modified time | relevance | path

Searched refs:E_GL_ARB_shader_ballot (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7746 … symbolTable.setVariableExtensions("gl_SubGroupSizeARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7747 … symbolTable.setVariableExtensions("gl_SubGroupInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7748 … symbolTable.setVariableExtensions("gl_SubGroupEqMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7749 … symbolTable.setVariableExtensions("gl_SubGroupGeMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7750 … symbolTable.setVariableExtensions("gl_SubGroupGtMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7751 … symbolTable.setVariableExtensions("gl_SubGroupLeMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7752 … symbolTable.setVariableExtensions("gl_SubGroupLtMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7754 symbolTable.setFunctionExtensions("ballotARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7755 symbolTable.setFunctionExtensions("readInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
7756 symbolTable.setFunctionExtensions("readFirstInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging()
[all …]
DVersions.h147 const char* const E_GL_ARB_shader_ballot = "GL_ARB_shader_ballot"; variable
DVersions.cpp212 extensionBehavior[E_GL_ARB_shader_ballot] = EBhDisable; in initializeExtensionBehavior()