Searched refs:E_GL_NV_fragment_shader_barycentric (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 244 const char* const E_GL_NV_fragment_shader_barycentric = "GL_NV_fragment_shader_barycentri… variable
|
D | Versions.cpp | 283 extensionBehavior[E_GL_NV_fragment_shader_barycentric] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 1608 parseContext.extensionTurnedOn(E_GL_NV_fragment_shader_barycentric)) in tokenizeIdentifier()
|
D | glslang.y | 1219 …parseContext.profileRequires($1.loc, ECoreProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragme… 1220 …eContext.profileRequires($1.loc, ECompatibilityProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… 1221 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
|
D | glslang.m4 | 1219 …parseContext.profileRequires($1.loc, ECoreProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragme… 1220 …eContext.profileRequires($1.loc, ECompatibilityProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… 1221 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
|
D | Initialize.cpp | 7961 …ymbolTable.setVariableExtensions("gl_BaryCoordNV", 1, &E_GL_NV_fragment_shader_barycentric); 7962 …ymbolTable.setVariableExtensions("gl_BaryCoordNoPerspNV", 1, &E_GL_NV_fragment_shader_barycentric);
|
D | glslang_tab.cpp | 5617 …ntext.profileRequires((yyvsp[0].lex).loc, ECoreProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse() 5618 …fileRequires((yyvsp[0].lex).loc, ECompatibilityProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse() 5619 …Context.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse()
|