Home
last modified time | relevance | path

Searched refs:E_GL_NV_shader_noperspective_interpolation (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DVersions.h262 const char* const E_GL_NV_shader_noperspective_interpolation = "GL_NV_shader_noperspective_inter… variable
DVersions.cpp291 extensionBehavior[E_GL_NV_shader_noperspective_interpolation] = EBhDisable; in initializeExtensionBehavior()
DScan.cpp1052 if (parseContext.extensionTurnedOn(E_GL_NV_shader_noperspective_interpolation)) in tokenizeIdentifier()
Dglslang.y1259 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
Dglslang_tab.cpp6661 …ext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation,… in yyparse()