anv: fix index buffer size changes
What does this MR do and why?
anv: fix index buffer size changes
With vkCmdBindIndexBuffer2KHR only the provided size can change which
currently fails to reprogram the index buffer properly.
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Fixes: 5c2aca45 ("anv: implement vkCmdBindIndexBuffer2KHR") Closes: #12376 (closed)
Edited by Lionel Landwerlin