01118a3fbb
This fixes corruption of push constants on Xe2 due to a mismatch in the uniform layout implemented by the compiler and assumed by the driver. To fix it we need to align the push constant ranges computed by the Vulkan driver to a multiple of the GRF size of the platform. Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29926>