v3dv: expose KHR_relaxed_block_layout

It seems our compiler already meets the requirements and we pass
all the relevant tests for this as far as I can see.

Relevant CTS tests:
dEQP-VK.ssbo.*relaxed*

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11159>
This commit is contained in:
Iago Toral Quiroga 2021-06-02 14:26:16 +02:00 committed by Marge Bot
parent a9b51a4a3a
commit 6add9b2753
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_external_semaphore = true,
.KHR_external_semaphore_fd = true,
.KHR_get_memory_requirements2 = true,
.KHR_relaxed_block_layout = true,
.KHR_maintenance1 = true,
.KHR_maintenance2 = true,
.KHR_maintenance3 = true,