nir: Add nir_address_format_32bit_offset_as_64bit
authorJesse Natalie <jenatali@microsoft.com>
Mon, 25 May 2020 15:57:14 +0000 (08:57 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 17 Aug 2020 14:36:18 +0000 (14:36 +0000)
commit113458d3720c5a96d0ae0bb9260951056b9b31f8
tree4837e5ec2c3ac6245e11681dbb16d836a6a11e8e
parenta1ed83fddd7518cc92b609d60129426bd9b4158d
nir: Add nir_address_format_32bit_offset_as_64bit

This new address mode is supported by nir_lower_explicit_io

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6330>
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_io.c