Home
last modified time | relevance | path

Searched refs:E_GL_ARB_compute_shader (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8659 … 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 …]
DVersions.h129 const char* const E_GL_ARB_compute_shader = "GL_ARB_compute_shader"; variable
DVersions.cpp194 extensionBehavior[E_GL_ARB_compute_shader] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp5367 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()
Dglslang.y1480 …ofileRequires($1.loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"…
Dglslang.m41480 …ofileRequires($1.loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"…
Dglslang_tab.cpp6971 …s((yyvsp[0].lex).loc, ECoreProfile | ECompatibilityProfile, 430, E_GL_ARB_compute_shader, "shared"… in yyparse()