radv/amdgpu: use the array of IB buffers for the chained IB path
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 21 Jun 2023 11:43:44 +0000 (13:43 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Jun 2023 09:10:10 +0000 (09:10 +0000)
commit437456b47c222270da850362d027822ac3da17dc
tree54ee294aab481b6fac132a8fa4de6f1b55a66307
parent81e308df72ce6dd7991e6a4dc542bb5848798cb7
radv/amdgpu: use the array of IB buffers for the chained IB path

For executing IB on the compute queue (ie. IB2 isn't supported), we
will need to break chaining, this is a first step towards this.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23727>
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c