aco, radv: Remove "key" from aco_compiler_options.
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 15 Mar 2023 19:20:13 +0000 (12:20 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 12 Apr 2023 17:30:02 +0000 (17:30 +0000)
commitaf768afcbf3b38ab7a58bf80350c309d8fa14057
tree3514fa162bb899c2cc308b0650273eee4de13aa0
parent80d8e8d8289b1a70d61a1c2ce64275640f7d5cd0
aco, radv: Remove "key" from aco_compiler_options.

aco_compiler_options::key is a leftover from when aco used
the radv_pipeline_key struct, but aco_compiler_options::key was
never actually used as a cache key.

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/21935>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_interface.cpp
src/amd/compiler/aco_shader_info.h
src/amd/vulkan/radv_aco_shader_info.h
src/amd/vulkan/radv_shader.c