mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
tu: advertise VK_SUBGROUP_FEATURE_CLUSTERED_BIT
Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31731>
This commit is contained in:
parent
c44f998d69
commit
eba6a70a66
1 changed files with 1 additions and 0 deletions
|
|
@ -726,6 +726,7 @@ tu_get_physical_device_properties_1_1(struct tu_physical_device *pdevice,
|
|||
VK_SUBGROUP_FEATURE_SHUFFLE_BIT |
|
||||
VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT |
|
||||
VK_SUBGROUP_FEATURE_ROTATE_BIT_KHR |
|
||||
VK_SUBGROUP_FEATURE_CLUSTERED_BIT |
|
||||
VK_SUBGROUP_FEATURE_ARITHMETIC_BIT;
|
||||
if (pdevice->info->a6xx.has_getfiberid) {
|
||||
p->subgroupSupportedStages |= VK_SHADER_STAGE_ALL_GRAPHICS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue