panvk: advertise storagePushConstant16 and storageInputOutput16

Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33078>
This commit is contained in:
Benjamin Lee
2025-02-01 02:47:50 -08:00
committed by Marge Bot
parent 3497069a04
commit effa913d16
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
cl_khr_spirv_linkonce_odr in rusticl
storagePushConstant16 on panvk
storageInputOutput16 on panvk

View File

@@ -287,8 +287,8 @@ get_features(const struct panvk_physical_device *device,
/* Vulkan 1.1 */
.storageBuffer16BitAccess = true,
.uniformAndStorageBuffer16BitAccess = true,
.storagePushConstant16 = false,
.storageInputOutput16 = false,
.storagePushConstant16 = true,
.storageInputOutput16 = true,
.multiview = arch >= 10,
.multiviewGeometryShader = false,
.multiviewTessellationShader = false,