mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 02:40:37 +01:00
nvk: Enable 8bit and 16bit access in VK_KHR_workgroup_memory_explicit_layout.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30059>
This commit is contained in:
parent
20b76fe1d4
commit
2bbb859343
1 changed files with 2 additions and 2 deletions
|
|
@ -445,8 +445,8 @@ nvk_get_device_features(const struct nv_device_info *info,
|
|||
/* VK_KHR_workgroup_memory_explicit_layout */
|
||||
.workgroupMemoryExplicitLayout = true,
|
||||
.workgroupMemoryExplicitLayoutScalarBlockLayout = true,
|
||||
.workgroupMemoryExplicitLayout8BitAccess = false,
|
||||
.workgroupMemoryExplicitLayout16BitAccess = false,
|
||||
.workgroupMemoryExplicitLayout8BitAccess = nvk_use_nak(info),
|
||||
.workgroupMemoryExplicitLayout16BitAccess = nvk_use_nak(info),
|
||||
|
||||
/* VK_EXT_4444_formats */
|
||||
.formatA4R4G4B4 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue