v3d/compiler: Lower load_output after logic operations

Fixes: 42154029fc ("v3d/compiler: Implement software blend lowering")
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35820>
This commit is contained in:
Ella Stanforth 2025-07-20 23:25:22 +01:00 committed by Marge Bot
parent 0a640f42c5
commit 9263e1838b

View file

@ -1112,8 +1112,8 @@ v3d_nir_lower_fs_early(struct v3d_compile *c)
NIR_PASS(_, c->s, v3d_nir_lower_blend, c);
}
NIR_PASS(_, c->s, v3d_nir_lower_load_output, c);
NIR_PASS(_, c->s, v3d_nir_lower_logic_ops, c);
NIR_PASS(_, c->s, v3d_nir_lower_load_output, c);
}
static void