Searched refs:E_GL_ARB_shader_ballot (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7746 … 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 …]
|
D | Versions.h | 147 const char* const E_GL_ARB_shader_ballot = "GL_ARB_shader_ballot"; variable
|
D | Versions.cpp | 212 extensionBehavior[E_GL_ARB_shader_ballot] = EBhDisable; in initializeExtensionBehavior()
|