Skip to content

func.compute: fix subgroupQuadSwapVertical tests

Samuel Pitoiset requested to merge (removed):compute_subgroup_quad_fix into master

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

Merge request reports