freedreno/a5xx: fixed instanced
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_emit.c
index 6ef59c8e42363a0244c95be1096e1dacd3885228..0aafc4b962dfd0826b903f2e927a0e8b0cf0d0a6 100644 (file)
@@ -378,6 +378,7 @@ fd5_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd5_emit *emit)
                        OUT_PKT4(ring, REG_A5XX_VFD_DECODE(j), 2);
                        OUT_RING(ring, A5XX_VFD_DECODE_INSTR_IDX(j) |
                                        A5XX_VFD_DECODE_INSTR_FORMAT(fmt) |
+                                       COND(elem->instance_divisor, A5XX_VFD_DECODE_INSTR_INSTANCED) |
                                        0xc0000000);  // XXX
                        OUT_RING(ring, MAX2(1, elem->instance_divisor)); /* VFD_DECODE[j].STEP_RATE */