amd: fix 64-bit integer color image clears
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 26 May 2023 09:01:08 +0000 (11:01 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 29 May 2023 05:54:38 +0000 (07:54 +0200)
commit01bd012edd20927a4eb7f791dc6e6ac94089c144
tree8fccdb0ffb60897cb7502e0c1f28de8862e5eedf
parent0e886a93ce73a1bf84d79d2b33f5a0f7e38722ee
amd: fix 64-bit integer color image clears

Fixes recent CTS dEQP-VK.api.image_clearing.*r64* since the Vulkan
specification has been clarified.

Only VK_FORMAT_R64_{UINT,SINT} are supported.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23250>
src/amd/common/ac_surface.c