Home
last modified time | relevance | path

Searched refs:E_GL_EXT_fragment_shader_barycentric (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h215 const char* const E_GL_EXT_fragment_shader_barycentric = "GL_EXT_fragment_shader_barycentric"; variable
DVersions.cpp262 extensionBehavior[E_GL_EXT_fragment_shader_barycentric] = EBhDisable; in initializeExtensionBehavior()
DScan.cpp1745 parseContext.extensionTurnedOn(E_GL_EXT_fragment_shader_barycentric)) in tokenizeIdentifier()
Dglslang.y1281 …parseContext.profileRequires($1.loc, ECoreProfile, 0, E_GL_EXT_fragment_shader_barycentric, "fragm…
1282 …Context.profileRequires($1.loc, ECompatibilityProfile, 0, E_GL_EXT_fragment_shader_barycentric, "f…
1283 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_EXT_fragment_shader_barycentric, "fragmen…
DInitialize.cpp8517 …bolTable.setVariableExtensions("gl_BaryCoordEXT", 1, &E_GL_EXT_fragment_shader_barycentric); in identifyBuiltIns()
8518 …bolTable.setVariableExtensions("gl_BaryCoordNoPerspEXT", 1, &E_GL_EXT_fragment_shader_barycentric); in identifyBuiltIns()
Dglslang_tab.cpp6698 …text.profileRequires((yyvsp[0].lex).loc, ECoreProfile, 0, E_GL_EXT_fragment_shader_barycentric, "f… in yyparse()
6699 …ileRequires((yyvsp[0].lex).loc, ECompatibilityProfile, 0, E_GL_EXT_fragment_shader_barycentric, "f… in yyparse()
6700 …ontext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_EXT_fragment_shader_barycentric, "f… in yyparse()