Searched refs:E_GL_ARB_shader_ballot (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7827 … symbolTable.setVariableExtensions("gl_SubGroupSizeARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7828 … symbolTable.setVariableExtensions("gl_SubGroupInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7829 … symbolTable.setVariableExtensions("gl_SubGroupEqMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7830 … symbolTable.setVariableExtensions("gl_SubGroupGeMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7831 … symbolTable.setVariableExtensions("gl_SubGroupGtMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7832 … symbolTable.setVariableExtensions("gl_SubGroupLeMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7833 … symbolTable.setVariableExtensions("gl_SubGroupLtMaskARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7835 symbolTable.setFunctionExtensions("ballotARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7836 symbolTable.setFunctionExtensions("readInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() 7837 symbolTable.setFunctionExtensions("readFirstInvocationARB", 1, &E_GL_ARB_shader_ballot); in add2ndGenerationSamplingImaging() [all …]
|
D | Versions.h | 136 const char* const E_GL_ARB_shader_ballot = "GL_ARB_shader_ballot"; variable
|
D | Versions.cpp | 182 extensionBehavior[E_GL_ARB_shader_ballot] = EBhDisable; in initializeExtensionBehavior()
|