Searched refs:E_GL_NV_shader_noperspective_interpolation (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 240 const char* const E_GL_NV_shader_noperspective_interpolation = "GL_NV_shader_noperspective_inter… variable
|
D | Versions.cpp | 279 extensionBehavior[E_GL_NV_shader_noperspective_interpolation] = EBhDisable; in initializeExtensionBehavior()
|
D | Scan.cpp | 1003 if (parseContext.extensionTurnedOn(E_GL_NV_shader_noperspective_interpolation)) in tokenizeIdentifier()
|
D | glslang.y | 1205 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
|
D | glslang.m4 | 1205 …parseContext.profileRequires($1.loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation, "n…
|
D | glslang_tab.cpp | 5593 …ext.profileRequires((yyvsp[0].lex).loc, EEsProfile, 0, E_GL_NV_shader_noperspective_interpolation,… in yyparse()
|