mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 13:38:19 +02:00
nvk: enable subgroupQuadOperationsInAllStages
This passes CTS and all the GL CTS tests. Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41589>
This commit is contained in:
parent
e966c1bdec
commit
a8e567c0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ nvk_get_device_properties(const struct nvk_instance *instance,
|
|||
VK_SUBGROUP_FEATURE_SHUFFLE_BIT |
|
||||
VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT |
|
||||
VK_SUBGROUP_FEATURE_VOTE_BIT,
|
||||
.subgroupQuadOperationsInAllStages = false,
|
||||
.subgroupQuadOperationsInAllStages = true,
|
||||
.pointClippingBehavior = VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY,
|
||||
.maxMultiviewViewCount = NVK_MAX_MULTIVIEW_VIEW_COUNT,
|
||||
.maxMultiviewInstanceIndex = UINT32_MAX,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue