intel: Always call nir_lower_frexp.
authorEmma Anholt <emma@anholt.net>
Wed, 22 Mar 2023 20:43:55 +0000 (13:43 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 6 Apr 2023 02:32:01 +0000 (02:32 +0000)
commitf1ea6c1b40a798324326105579c0b394936cd536
tree5d4f5f0782468786c2f4d34f42bc693ac82f39fc
parentfb60edf4e9809742b49f91c92d3dd3358e0f6070
intel: Always call nir_lower_frexp.

We have NIR lowering for Vulkan, and rely on GLSL's lowering in the
frontend, but this will let us drop the GLSL lowering.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22083>
src/intel/compiler/brw_kernel.c
src/intel/compiler/brw_nir.c
src/intel/vulkan/anv_pipeline.c
src/intel/vulkan_hasvk/anv_pipeline.c