radv: move more MS info to gather_shader_info_ms()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 23 Aug 2022 09:42:49 +0000 (11:42 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 26 Aug 2022 14:07:09 +0000 (14:07 +0000)
commit45f04dae7522a17d6dda44104e1ece8e3c3c9155
treeacb7f9c31211567d43b327f2e5602b4fbbcae9e5
parentcae4eb290458b75f771b44c2321f768465af733a
radv: move more MS info to gather_shader_info_ms()

Only the workgroup size computation remains at the same place, but I
think it should be computed in a separate helper later.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18210>
src/amd/vulkan/radv_pipeline.c
src/amd/vulkan/radv_shader_info.c