radv: adjust the supported subgroup stages
VK_SHADER_STAGE_ALL now includes all ray-tracing related stages. Noticed while comparing vulkaninfo with some other drivers. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4679>
This commit is contained in:
committed by
Marge Bot
parent
efdb7fa9a8
commit
6a6e71524d
@@ -1469,7 +1469,8 @@ radv_get_physical_device_properties_1_1(struct radv_physical_device *pdevice,
|
||||
p->deviceNodeMask = 0;
|
||||
|
||||
p->subgroupSize = RADV_SUBGROUP_SIZE;
|
||||
p->subgroupSupportedStages = VK_SHADER_STAGE_ALL;
|
||||
p->subgroupSupportedStages = VK_SHADER_STAGE_ALL_GRAPHICS |
|
||||
VK_SHADER_STAGE_COMPUTE_BIT;
|
||||
p->subgroupSupportedOperations = VK_SUBGROUP_FEATURE_BASIC_BIT |
|
||||
VK_SUBGROUP_FEATURE_VOTE_BIT |
|
||||
VK_SUBGROUP_FEATURE_ARITHMETIC_BIT |
|
||||
|
||||
Reference in New Issue
Block a user