mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
freedreno/ir3: Stop initializing regid of so->outputs during setup.
It's unused and overwritten by ir3_compile_shader_nir(). Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4562>
This commit is contained in:
parent
8c1c218909
commit
88dcfaf0ee
1 changed files with 0 additions and 1 deletions
|
|
@ -3195,7 +3195,6 @@ setup_output(struct ir3_context *ctx, nir_variable *out)
|
|||
compile_assert(ctx, n < ARRAY_SIZE(so->outputs));
|
||||
|
||||
so->outputs[n].slot = slot;
|
||||
so->outputs[n].regid = regid(n, 0);
|
||||
so->outputs_count = MAX2(so->outputs_count, n + 1);
|
||||
|
||||
for (int i = 0; i < ncomp; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue