mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-15 10:40:39 +01:00
aco: reset all vgpr_used_by_vmem_ in resolve_all_gfx11
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Backport-to: 26.0 Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39825>
This commit is contained in:
parent
72923ad2f0
commit
dfda890ae8
1 changed files with 2 additions and 0 deletions
|
|
@ -1871,6 +1871,8 @@ resolve_all_gfx11(State& state, NOP_ctx_gfx11& ctx,
|
|||
ctx.vgpr_used_by_vmem_bvh.any()) {
|
||||
waitcnt_depctr &= 0xffe3;
|
||||
ctx.vgpr_used_by_vmem_load.reset();
|
||||
ctx.vgpr_used_by_vmem_sample.reset();
|
||||
ctx.vgpr_used_by_vmem_bvh.reset();
|
||||
ctx.vgpr_used_by_vmem_store.reset();
|
||||
ctx.vgpr_used_by_ds.reset();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue