The source project of this merge request has been removed.
func.compute: fix subgroupQuadSwapVertical tests
According to 14.5.1. Push Constant Interface from the Vulkan spec 1.1.107:
"Any member of a push constant block that is declared as an
array must only be accessed with dynamically uniform indices."
The test now pass with RADV.
Signed-off-by: Samuel Pitoiset samuel.pitoiset@gmail.com