mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
rusticl: Call nir_scale_fdiv
Signed-off-by: Karol Herbst <kherbst@redhat.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15439>
This commit is contained in:
parent
d747323a20
commit
334e4ca9ef
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ fn opt_nir(nir: &mut NirShader, dev: &Device) {
|
|||
}
|
||||
|
||||
fn lower_and_optimize_nir_pre_inputs(dev: &Device, nir: &mut NirShader, lib_clc: &NirShader) {
|
||||
nir.pass0(nir_scale_fdiv);
|
||||
nir.set_workgroup_size_variable_if_zero();
|
||||
nir.structurize();
|
||||
while {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue