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:
committed by
Marge Bot
parent
d31db877e2
commit
e77a815299
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user