ac: fix build error in si_shader
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
index fe86232aeb27a3930a7c3af17e5d926085096323..90acaef2898913c94d02cb91fbd02c6460ec4aa0 100644 (file)
@@ -354,7 +354,6 @@ struct vc4_fs_key {
         bool stencil_full_writemasks;
         bool is_points;
         bool is_lines;
-        bool alpha_test;
         bool point_coord_upper_left;
         bool light_twoside;
         bool msaa;
@@ -461,13 +460,6 @@ struct vc4_compile {
 
         uint8_t vattr_sizes[8];
 
-        /**
-         * Order in which the vattrs were loaded by the program, to arrange
-         * vattr_offsets[] in the program data appropriately.
-         */
-        uint8_t vpm_input_order[8];
-        uint8_t next_vpm_input;
-
         /**
          * Array of the VARYING_SLOT_* of all FS QFILE_VARY reads.
          *