aco/radv: convert to aco shader info at the radv level.
authorDave Airlie <airlied@redhat.com>
Thu, 5 May 2022 03:34:41 +0000 (13:34 +1000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 11 May 2022 19:07:11 +0000 (19:07 +0000)
commit04c07a2413dc08ec1ce4e9e7174b43e0522489b0
treed0768881a03d30a2da0d82a0fab968f601724da1
parent199edce84ddc98914715c45efb3ef7111696b3d8
aco/radv: convert to aco shader info at the radv level.

This removes the radv shader info type from aco completely.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16342>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_instruction_selection.h
src/amd/compiler/aco_instruction_selection_setup.cpp
src/amd/compiler/aco_interface.cpp
src/amd/compiler/aco_interface.h
src/amd/compiler/aco_ir.cpp
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_shader_info.h
src/amd/compiler/tests/helpers.cpp
src/amd/compiler/tests/helpers.h
src/amd/vulkan/radv_shader.c