Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h194 const char* const E_GL_EXT_demote_to_helper_invocation = "GL_EXT_demote_to_helper_invocation"; variable
DVersions.cpp249 extensionBehavior[E_GL_EXT_demote_to_helper_invocation] = EBhDisable; in initializeExtensionBehavior()
DScan.cpp1648 if (parseContext.extensionTurnedOn(E_GL_EXT_demote_to_helper_invocation)) in tokenizeIdentifier()
Dglslang.y3496 parseContext.requireExtensions($1.loc, 1, &E_GL_EXT_demote_to_helper_invocation, "demote");
DInitialize.cpp8204 ….setFunctionExtensions("helperInvocationEXT", 1, &E_GL_EXT_demote_to_helper_invocation);
Dglslang.m43496 parseContext.requireExtensions($1.loc, 1, &E_GL_EXT_demote_to_helper_invocation, "demote");
Dglslang_tab.cpp9750 …parseContext.requireExtensions((yyvsp[-1].lex).loc, 1, &E_GL_EXT_demote_to_helper_invocation, "dem… in yyparse()