Skip to content

anv: allocate sparse descriptor buffers from the correct heap

Ivan Briano requested to merge ibriano/mesa:sparse-db into main

What does this MR do and why?

anv: allocate sparse descriptor buffers from the correct heap

When allocating a buffer normally, this flag gets to the allocator from
the memory requirements, but when sparse bindings are created we were
checking for them but never setting them.
Fixes sparse descriptor buffers on Xe2.

Merge request reports

Loading