radv: disable 64-bit color attachments
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 28 Jul 2023 19:59:07 +0000 (20:59 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 16 Aug 2023 18:38:24 +0000 (18:38 +0000)
commit405f3bf9903f8a8b65da113adc9ef32e02b84fa2
tree8edfbe9c026162fb527fcc9b03f16529174eabfe
parentad40073e4e58fe77f95f835f635258f672d9541a
radv: disable 64-bit color attachments

These work in some circumstances (dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.input_output_float_16_to_64.scalar9_tessc),
but I'm not sure if they work in all, blending certainly doesn't work and
this probably wasn't intended in the first place.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Fixes: 01bd012edd20 ("amd: fix 64-bit integer color image clears")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24400>
src/amd/vulkan/radv_formats.c