spirv: Move the emit a 'return value' store logic into own function
[mesa.git] / src / compiler / spirv / nir_spirv.h
index 70f29fd104ebb82ba849beaadd63cba1808290fd..3d6f74e43ca9337952a7f9743c0d999cb805e6ed 100644 (file)
@@ -64,17 +64,6 @@ 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.
-    */
-   bool tess_levels_are_sysvals;
-
-   /* Whether to lower TessLevelInner/Outer from their SPIR-V declarations
-    * as arrays of floats to vec4 and vec2 respectively. This is the same as
-    * LowerTessLevel in GLSL.
-    */
-   bool lower_tess_levels_to_vec;
-
    struct spirv_supported_capabilities caps;
 
    /* Address format for various kinds of pointers. */