mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
freedreno/ir3: add missing put_dst
Signed-off-by: Rob Clark <robclark@freedesktop.org>
(cherry picked from commit 459f8f3d66)
This commit is contained in:
parent
81bd498908
commit
c912acad17
1 changed files with 1 additions and 0 deletions
|
|
@ -1908,6 +1908,7 @@ trans_cov(const struct instr_translater *t,
|
|||
|
||||
}
|
||||
vectorize(ctx, instr, dst, 1, src, 0);
|
||||
put_dst(ctx, inst, dst);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue