radv: fix separate depth/stencil layouts in fb state
authorChia-I Wu <olvaffe@gmail.com>
Tue, 27 Jun 2023 20:48:12 +0000 (13:48 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Jul 2023 23:46:02 +0000 (23:46 +0000)
commit673d416e22280b8df429762e54b77b27387d16e5
tree3c54ad67fa7ebd7a9f4ba6f690d6b23f86a9804b
parent460e62b5e72481224c69cd481ccc90fc1edf135c
radv: fix separate depth/stencil layouts in fb state

Set S_028000_DEPTH_COMPRESS_DISABLE/S_028000_STENCIL_COMPRESS_DISABLE
depending on the depth/stencil layouts respectively.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22114>
src/amd/vulkan/radv_cmd_buffer.c