aco: add support for compiling VS+TCS separately on GFX9+
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 15 Aug 2023 13:20:16 +0000 (15:20 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 25 Aug 2023 07:22:04 +0000 (07:22 +0000)
commit80177e0296299cc46a7c78e25717c1a3c2d0d19d
tree107f2e7e34417cd62157ad5a6e8430238ab6f4a0
parent196b355db61580e3bdd38e878e636898fbf796be
aco: add support for compiling VS+TCS separately on GFX9+

The VS will just jump to the TCS.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24697>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_shader_info.h
src/amd/vulkan/radv_aco_shader_info.h