nir: Drop imov/fmov in favor of one mov instruction
[mesa.git] / src / intel / compiler / brw_vec4_vs.h
index cd07e0e99de4d4d1eb962d236830a30965026b64..b62e03aa8d9fc0acba428453dc201c3aef47d691 100644 (file)
@@ -36,10 +36,8 @@ public:
                    const struct brw_vs_prog_key *key,
                    struct brw_vs_prog_data *vs_prog_data,
                    const nir_shader *shader,
-                   gl_clip_plane *clip_planes,
                    void *mem_ctx,
-                   int shader_time_index,
-                   bool use_legacy_snorm_formula);
+                   int shader_time_index);
 
 protected:
    virtual void setup_payload();
@@ -56,10 +54,6 @@ private:
 
    const struct brw_vs_prog_key *const key;
    struct brw_vs_prog_data * const vs_prog_data;
-
-   gl_clip_plane *clip_planes;
-
-   bool use_legacy_snorm_formula;
 };
 
 } /* namespace brw */