pan/mdg: Use the pan_nir_lower_64bit_intrin NIR pass

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8264>
This commit is contained in:
Icecream95 2020-12-27 00:04:52 +13:00 committed by Marge Bot
parent e8b3d7c6f0
commit 1db1537e95
1 changed files with 2 additions and 0 deletions

View File

@ -2848,6 +2848,8 @@ midgard_compile_shader_nir(void *mem_ctx, nir_shader *nir,
NIR_PASS_V(nir, nir_lower_ssbo);
NIR_PASS_V(nir, pan_nir_lower_zs_store);
NIR_PASS_V(nir, pan_nir_lower_64bit_intrin);
/* Optimisation passes */
optimise_nir(nir, ctx->quirks, inputs->is_blend);