r600: add support for valid pixel mode on CF clauses
[mesa.git] / src / gallium / drivers / r600 / r600_asm.h
index 91fe260c577056613240ad50e5bcaab3c19b188f..aa044c51ff7e9957f25c301c833cd3dbbc2dbe80 100644 (file)
@@ -180,6 +180,7 @@ struct r600_bytecode_cf {
        unsigned                        eg_alu_extended;
        unsigned                        barrier;
        unsigned                        end_of_program;
+       unsigned                        vpm;
        struct list_head                alu;
        struct list_head                tex;
        struct list_head                vtx;