aco, radv: Rename aco_*_key to aco_*_info.
authorTimur Kristóf <timur.kristof@gmail.com>
Fri, 3 Mar 2023 19:25:21 +0000 (11:25 -0800)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Mar 2023 04:39:18 +0000 (04:39 +0000)
commit84a2cea59695f09662be4e76955fcfa56b30ac6f
treeb051a2794639389ff525a232a427d85aabccb82e
parent91e68db0e18b8016b4f8a1946aa07ee194f19b0f
aco, radv: Rename aco_*_key to aco_*_info.

The naming of aco_*_key didn't make sense because they
were never actually used as cache keys, only radv_*_key
are used as cache keys.

Rename the aco structs to aco_*_info instead.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21696>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_interface.cpp
src/amd/compiler/aco_interface.h
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_shader_info.h
src/amd/vulkan/radv_aco_shader_info.h
src/amd/vulkan/radv_shader.c