radv: Don't lower subgroup shuffle on GFX11.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20293>
This commit is contained in:
Timur Kristóf
2022-12-13 09:32:31 +01:00
committed by Marge Bot
parent db5c3f170f
commit 657d1be153
-2
View File
@@ -1027,8 +1027,6 @@ radv_shader_spirv_to_nir(struct radv_device *device, const struct radv_pipeline_
.lower_subgroup_masks = 1,
.lower_relative_shuffle = 1,
.lower_shuffle_to_32bit = 1,
/* TODO: Verify shared VGPRs on GFX11. */
.lower_shuffle = device->physical_device->rad_info.gfx_level >= GFX11,
.lower_vote_eq = 1,
.lower_quad_broadcast_dynamic = 1,
.lower_quad_broadcast_dynamic_to_const = gfx7minus,