Searched refs:E_GL_EXT_demote_to_helper_invocation (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 194 const char* const E_GL_EXT_demote_to_helper_invocation = "GL_EXT_demote_to_helper_invocation"; variable
|
D | Versions.cpp | 249 extensionBehavior[E_GL_EXT_demote_to_helper_invocation] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 1648 if (parseContext.extensionTurnedOn(E_GL_EXT_demote_to_helper_invocation)) in tokenizeIdentifier()
|
D | glslang.y | 3496 parseContext.requireExtensions($1.loc, 1, &E_GL_EXT_demote_to_helper_invocation, "demote");
|
D | Initialize.cpp | 8204 ….setFunctionExtensions("helperInvocationEXT", 1, &E_GL_EXT_demote_to_helper_invocation);
|
D | glslang.m4 | 3496 parseContext.requireExtensions($1.loc, 1, &E_GL_EXT_demote_to_helper_invocation, "demote");
|
D | glslang_tab.cpp | 9750 …parseContext.requireExtensions((yyvsp[-1].lex).loc, 1, &E_GL_EXT_demote_to_helper_invocation, "dem… in yyparse()
|