mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
panvk: set shared_addr_format
We need to set this, otherwise we end up failing tests.
Fixes: 4e111c259c ("panvk: Lower shared memory")
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34514>
This commit is contained in:
parent
d31db877e2
commit
e77a815299
1 changed files with 1 additions and 0 deletions
|
|
@ -350,6 +350,7 @@ panvk_get_spirv_options(UNUSED struct vk_physical_device *vk_pdev,
|
|||
.ubo_addr_format = panvk_buffer_ubo_addr_format(rs->uniform_buffers),
|
||||
.ssbo_addr_format = panvk_buffer_ssbo_addr_format(rs->storage_buffers),
|
||||
.phys_ssbo_addr_format = nir_address_format_64bit_global,
|
||||
.shared_addr_format = nir_address_format_32bit_offset,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue