Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h216 const char* const E_GL_NV_fragment_shader_barycentric = "GL_NV_fragment_shader_barycentri… variable
DVersions.cpp244 extensionBehavior[E_GL_NV_fragment_shader_barycentric] = EBhDisable; in initializeExtensionBehavior()
DScan.cpp1544 parseContext.extensionTurnedOn(E_GL_NV_fragment_shader_barycentric)) in tokenizeIdentifier()
Dglslang.y1152 …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…
DInitialize.cpp8337 …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()
Dglslang_tab.cpp5524 …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()