Searched refs:E_GL_NV_fragment_shader_barycentric (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 216 const char* const E_GL_NV_fragment_shader_barycentric = "GL_NV_fragment_shader_barycentri… variable
|
D | Versions.cpp | 244 extensionBehavior[E_GL_NV_fragment_shader_barycentric] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 1544 parseContext.extensionTurnedOn(E_GL_NV_fragment_shader_barycentric)) in tokenizeIdentifier()
|
D | glslang.y | 1152 …parseContext.profileRequires($1.loc, ECoreProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragme… 1153 …eContext.profileRequires($1.loc, ECompatibilityProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… 1154 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "fragment…
|
D | Initialize.cpp | 8337 …ymbolTable.setVariableExtensions("gl_BaryCoordNV", 1, &E_GL_NV_fragment_shader_barycentric); in add2ndGenerationSamplingImaging() 8338 …ymbolTable.setVariableExtensions("gl_BaryCoordNoPerspNV", 1, &E_GL_NV_fragment_shader_barycentric); in add2ndGenerationSamplingImaging()
|
D | glslang_tab.cpp | 5524 …ntext.profileRequires((yyvsp[0].lex).loc, ECoreProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse() 5525 …fileRequires((yyvsp[0].lex).loc, ECompatibilityProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse() 5526 …Context.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_fragment_shader_barycentric, "f… in yyparse()
|