r600g: fix LIT + fix multiple constant one ALU + fix ALU block splitting
[mesa.git] / src / gallium / drivers / r600 / r600_asm.h
index 88fb957440a6858784e4fd7b34427c24358b7566..3fd94dbda0361e58f4ee2464fd838a717e432997 100644 (file)
@@ -127,6 +127,7 @@ struct r600_bc {
        unsigned                        ncf;
        unsigned                        ngpr;
        unsigned                        nresource;
+       unsigned                        force_add_cf;
        u32                             *bytecode;
 };