nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / spirv / nir_spirv.h
index acfcc084f417d33b6b43d1e987ae5b7ef8ad337d..3cbd0269ffeb462ccfe60c68aeb0f45e976d02a4 100644 (file)
@@ -64,10 +64,9 @@ struct spirv_to_nir_options {
     */
    bool frag_coord_is_sysval;
 
-   /* Whether to lower TessLevelInner and TessLevelOuter to system values.
-    * This is the inverse of GLSLTessLevelsAsInputs in GLSL.
+   /* Whether to keep ViewIndex as an input instead of rewriting to a sysval.
     */
-   bool tess_levels_are_sysvals;
+   bool view_index_is_input;
 
    struct spirv_supported_capabilities caps;