r600g: implement output modifiers and use them to further optimize LRP
[mesa.git] / src / gallium / drivers / r600 / r600_asm.h
index b147f0f5c88d47d50b056844185050a7d62e578d..ac3ed3c8520b3b5f20d563151b55d2ae951ae1ef 100644 (file)
@@ -62,6 +62,7 @@ struct r600_bc_alu {
        unsigned                        bank_swizzle_force;
        u32                             value[4];
        int                             hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS];
+       unsigned                        omod;
 };
 
 struct r600_bc_tex {