mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
vc4: Use nir_lower_load_const_to_scalar().
This commit is contained in:
parent
6c28ee2041
commit
ee47d13abb
1 changed files with 1 additions and 0 deletions
|
|
@ -2032,6 +2032,7 @@ vc4_shader_ntq(struct vc4_context *vc4, enum qstage stage,
|
|||
nir_convert_to_ssa(c->s);
|
||||
vc4_nir_lower_io(c);
|
||||
nir_lower_idiv(c->s);
|
||||
nir_lower_load_const_to_scalar(c->s);
|
||||
|
||||
vc4_optimize_nir(c->s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue