Searched refs:E_GL_ARB_compute_shader (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8659 … symbolTable.setVariableExtensions("gl_NumWorkGroups", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8660 … symbolTable.setVariableExtensions("gl_WorkGroupSize", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8661 … symbolTable.setVariableExtensions("gl_WorkGroupID", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8662 … symbolTable.setVariableExtensions("gl_LocalInvocationID", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8663 … symbolTable.setVariableExtensions("gl_GlobalInvocationID", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8664 … symbolTable.setVariableExtensions("gl_LocalInvocationIndex", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8666 …ymbolTable.setVariableExtensions("gl_MaxComputeWorkGroupCount", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8667 …ymbolTable.setVariableExtensions("gl_MaxComputeWorkGroupSize", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8668 …ymbolTable.setVariableExtensions("gl_MaxComputeUniformComponents", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() 8669 …ymbolTable.setVariableExtensions("gl_MaxComputeTextureImageUnits", 1, &E_GL_ARB_compute_shader); in add2ndGenerationSamplingImaging() [all …]
|
D | Versions.h | 129 const char* const E_GL_ARB_compute_shader = "GL_ARB_compute_shader"; variable
|
D | Versions.cpp | 194 extensionBehavior[E_GL_ARB_compute_shader] = EBhDisable; in initializeExtensionBehavior()
|
D | ParseHelper.cpp | 5367 requireExtensions(getCurrentLoc(), 1, &E_GL_ARB_compute_shader, "compute shaders"); in finish() 6019 profileRequires(loc, ~EEsProfile, 430, E_GL_ARB_compute_shader, "gl_WorkGroupSize"); in setLayoutQualifier()
|
D | glslang.y | 1480 …ofileRequires($1.loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"…
|
D | glslang.m4 | 1480 …ofileRequires($1.loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"…
|
D | glslang_tab.cpp | 6971 …s((yyvsp[0].lex).loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"… in yyparse()
|