r600g: add initial evergreen support
[mesa.git] / src / gallium / drivers / r600 / r600_asm.h
index d4b3463af59ccdceb4b64d71b5e2a4eac96f2808..cc62535e5cd2e332316ca76f25f2a11ee5b1bde0 100644 (file)
@@ -57,6 +57,7 @@ struct r600_bc_alu {
        unsigned                        nliteral;
        unsigned                        literal_added;
        unsigned                        bank_swizzle;
+       unsigned                        bank_swizzle_force;
        u32                             value[4];
        int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS];
 };