v3dv: expose VK_KHR_storage_buffer_storage_class

This extension is basically only wrapping SPV_KHR_storage_buffer_storage_class
which is entirely implemented in the SPIR-V frontend.

Relevant CTS tests:
dEQP-VK.glsl.opaque_type_indexing.ssbo_storage_buffer_decoration.*
dEQP-VK.spirv_assembly.*

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11184>
This commit is contained in:
Iago Toral Quiroga 2021-06-04 14:00:47 +02:00 committed by Marge Bot
parent 71b2ae66c2
commit 017a150984
2 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,7 @@ Vulkan 1.1 -- all DONE: anv, lvp, radv, tu, vn
VK_KHR_relaxed_block_layout DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_sampler_ycbcr_conversion DONE (anv, radv, tu, vn)
VK_KHR_shader_draw_parameters DONE (anv, lvp, radv, tu, vn)
VK_KHR_storage_buffer_storage_class DONE (anv, lvp, radv, tu, vn)
VK_KHR_storage_buffer_storage_class DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_variable_pointers DONE (anv, lvp, radv, tu, vn)
Vulkan 1.2 -- all DONE: anv, vn

View File

@ -120,6 +120,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_maintenance1 = true,
.KHR_maintenance2 = true,
.KHR_maintenance3 = true,
.KHR_storage_buffer_storage_class = true,
#ifdef V3DV_HAS_SURFACE
.KHR_swapchain = true,
#endif