mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 01:20:17 +01:00
anv: fix adding to wa_addr
Fixes: 6336e0fe7f ("anv: order data in wa_bo to leave wa_addr last")
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30881>
This commit is contained in:
parent
7941d705c3
commit
2261b298d1
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ VkResult anv_CreateDevice(
|
|||
* so that writes never overwrite other bits of data stored in the
|
||||
* workaround BO.
|
||||
*/
|
||||
wa_addr = anv_address_add_aligned(device->workaround_address,
|
||||
wa_addr = anv_address_add_aligned(wa_addr,
|
||||
sizeof(physical_device->rt_uuid), 64);
|
||||
device->workaround_address = wa_addr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue