mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
tu: advertise VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT_KHR
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
659e033897
commit
1cd09a0177
1 changed files with 2 additions and 0 deletions
|
|
@ -705,6 +705,7 @@ tu_get_features(struct tu_physical_device *pdevice,
|
|||
|
||||
/* VK_KHR_subgroup_rotate */
|
||||
features->shaderSubgroupRotate = true;
|
||||
features->shaderSubgroupRotateClustered = true;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
@ -726,6 +727,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_ROTATE_CLUSTERED_BIT_KHR |
|
||||
VK_SUBGROUP_FEATURE_CLUSTERED_BIT |
|
||||
VK_SUBGROUP_FEATURE_ARITHMETIC_BIT;
|
||||
if (pdevice->info->a6xx.has_getfiberid) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue