anv: Fix BlackMyth: Wukong GPU hang issue when loading chapter 2/3/4
What does this MR do and why?
This issue can be reproduced after enabling atomic int64 extension:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32525
anv:Fix BlackMyth: Wukong GPU hang issue when loading chapter 2/3/4
The culprit computer shader with barrier in divergent control flow,
so we force the shader to SIMD32 to avoid the hang issue.
Signed-off-by: Mi, Yanfeng <yanfeng.mi@intel.com>