turnip: Expose VK_KHR_shader_non_semantic_info

This is entirely implemented in the SPIR-V frontend.

Relevant CTS tests:
dEQP-VK.spirv_assembly.instruction.compute.non_semantic_info.*

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14829>
This commit is contained in:
Danylo Piliaiev 2022-02-01 19:37:35 +02:00 committed by Marge Bot
parent ff059605aa
commit fded7a95c5
2 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,7 @@ Vulkan 1.3 -- all DONE: anv, radv
VK_KHR_dynamic_rendering DONE (anv, lvp, radv)
VK_KHR_format_feature_flags2 DONE (anv, radv)
VK_KHR_maintenance4 DONE (anv, radv)
VK_KHR_shader_non_semantic_info DONE (anv, radv)
VK_KHR_shader_non_semantic_info DONE (anv, radv, tu, v3dv)
VK_KHR_shader_terminate_invocation DONE (anv, radv, tu)
VK_KHR_synchronization2 DONE (anv, radv)
VK_KHR_zero_initialize_workgroup_memory DONE (anv, radv, tu)

View File

@ -160,6 +160,7 @@ get_device_extensions(const struct tu_physical_device *device,
.KHR_buffer_device_address = true,
.KHR_shader_integer_dot_product = true,
.KHR_zero_initialize_workgroup_memory = true,
.KHR_shader_non_semantic_info = true,
#ifndef TU_USE_KGSL
.KHR_timeline_semaphore = true,
#endif