panvk: advertise shaderFloat16

Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33637>
This commit is contained in:
Benjamin Lee 2025-02-19 18:36:18 -08:00 committed by Marge Bot
parent 252c59602e
commit 55c476efed
2 changed files with 3 additions and 2 deletions

View file

@ -10,4 +10,5 @@ ycbcrImageArrays on panvk/v10+
VK_KHR_imageless_framebuffer on panvk
VK_KHR_uniform_buffer_standard_layout on panvk
VK_EXT_border_color_swizzle on panvk
VK_MESA_image_alignment_control on NVK
VK_MESA_image_alignment_control on NVK
shaderFloat16 on panvk

View file

@ -316,7 +316,7 @@ get_features(const struct panvk_physical_device *device,
.storagePushConstant8 = false,
.shaderBufferInt64Atomics = false,
.shaderSharedInt64Atomics = false,
.shaderFloat16 = false,
.shaderFloat16 = true,
.shaderInt8 = true,
.descriptorIndexing = false,