r600: Lower lerp after tgsi_to_nir

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5085>
This commit is contained in:
Gert Wollny
2020-05-09 18:03:52 +02:00
committed by Marge Bot
parent b689de3444
commit 3baad03616
+1
View File
@@ -203,6 +203,7 @@ int r600_pipe_shader_create(struct pipe_context *ctx,
NIR_PASS_V(sel->nir, nir_lower_int64, ~0);
NIR_PASS_V(sel->nir, nir_opt_vectorize);
}
NIR_PASS_V(sel->nir, nir_lower_flrp, ~0, false, false);
}
nir_tgsi_scan_shader(sel->nir, &sel->info, true);