nvk: Advertise KHR_shader_subgroup_extended_types

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9607
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26246>
This commit is contained in:
Faith Ekstrand 2023-12-04 13:57:28 -06:00 committed by Marge Bot
parent a975c51d5b
commit c05ad7904f

View file

@ -116,6 +116,7 @@ nvk_get_device_extensions(const struct nv_device_info *info,
.KHR_shader_draw_parameters = true,
.KHR_shader_float16_int8 = true,
.KHR_shader_non_semantic_info = true,
.KHR_shader_subgroup_extended_types = true,
.KHR_shader_terminate_invocation =
(nvk_nak_stages(info) & VK_SHADER_STAGE_FRAGMENT_BIT) != 0,
.KHR_spirv_1_4 = true,
@ -279,6 +280,7 @@ nvk_get_device_features(const struct nv_device_info *info,
.samplerFilterMinmax = info->cls_eng3d >= MAXWELL_B,
.imagelessFramebuffer = true,
.uniformBufferStandardLayout = true,
.shaderSubgroupExtendedTypes = true,
.separateDepthStencilLayouts = true,
.hostQueryReset = true,
.timelineSemaphore = true,