nir/lower_io: add a new doubles-only 64bit lowering option
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 4 Aug 2023 18:59:14 +0000 (14:59 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 11 Aug 2023 09:02:53 +0000 (09:02 +0000)
commit550f3dc437021c8b512687943fc955906f380d6f
tree7377e2b545880d79d9c65204b8b63d044da12a20
parent933e6e4751806fbb66325dfcfd9c32ce5984e4eb
nir/lower_io: add a new doubles-only 64bit lowering option

this allows lowering only 64bit float operations for drivers that
support 64bit integers

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24565>
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_io.c