ir3, freedreno: Round up constlen earlier
[mesa.git] / src / freedreno / ir3 / instr-a3xx.h
index e4f548d639aad52cb4dc3c3e11942a677a944df5..822d9dd7bc1cb90a934279ade1e16f6f7426450e 100644 (file)
@@ -774,7 +774,7 @@ typedef struct PACKED {
        uint32_t src_ssbo : 8;
        uint32_t pad2     : 3;  // type
        uint32_t g        : 1;
-       uint32_t pad3     : 1;
+       uint32_t src_ssbo_im : 1;
        uint32_t pad4     : 10; // opc/jmp_tgt/sync/opc_cat
 } instr_cat6ldgb_t;