mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
broadcom/compiler: reset spill/fill counts after lowering thread count.
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15041>
This commit is contained in:
parent
92d819aaa0
commit
59caaa7fb3
1 changed files with 2 additions and 0 deletions
|
|
@ -4510,6 +4510,8 @@ v3d_nir_to_vir(struct v3d_compile *c)
|
|||
}
|
||||
|
||||
c->spill_count = 0;
|
||||
c->spills = 0;
|
||||
c->fills = 0;
|
||||
c->threads /= 2;
|
||||
|
||||
if (c->threads == 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue