Searched refs:E_GL_EXT_fragment_shader_barycentric (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 215 const char* const E_GL_EXT_fragment_shader_barycentric = "GL_EXT_fragment_shader_barycentric"; variable
|
D | Versions.cpp | 262 extensionBehavior[E_GL_EXT_fragment_shader_barycentric] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 1745 parseContext.extensionTurnedOn(E_GL_EXT_fragment_shader_barycentric)) in tokenizeIdentifier()
|
D | glslang.y | 1281 …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…
|
D | Initialize.cpp | 8517 …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()
|
D | glslang_tab.cpp | 6698 …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()
|