Revert "vc4: Lazily emit our FS/VS input loads."
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
index fe86232aeb27a3930a7c3af17e5d926085096323..6469e51b051cd0bdd7195089863109e40a0b2736 100644 (file)
@@ -461,13 +461,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.
          *