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:
@@ -1 +1,3 @@
|
||||
cl_khr_spirv_linkonce_odr in rusticl
|
||||
storagePushConstant16 on panvk
|
||||
storageInputOutput16 on panvk
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user