nir/lower_shader_calls: fix align_offset
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 26 Jul 2023 16:01:44 +0000 (17:01 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 16 Aug 2023 19:11:26 +0000 (19:11 +0000)
commitafb465013f37697a5df0cf142be82c7f055c8a5a
tree044e65648e182ceaf52f87b371eb9cd8122a734d
parent5a7efccdc31c4c70895f9afad894e40b32c6699c
nir/lower_shader_calls: fix align_offset

I don't think this does anything at the moment, because all accesses are
scalar aligned.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24350>
src/compiler/nir/nir_lower_shader_calls.c