anv/allocator: Remove pool->map.
authorRafael Antognolli <rafael.antognolli@intel.com>
Wed, 19 Dec 2018 18:26:44 +0000 (10:26 -0800)
committerRafael Antognolli <rafael.antognolli@intel.com>
Thu, 17 Jan 2019 23:08:00 +0000 (15:08 -0800)
commitfc3f58832015cbb177179e7f3420d3611479b4a9
tree7ae19ee8568ce39aa27f7533e2f097d155358376
parent54e21e145e02824ff5250a39b6121bf7630136ac
anv/allocator: Remove pool->map.

After switching to using anv_state_table, there are very few places left
still using pool->map directly. We want to avoid that because it won't
be always the right map once we split it into multiple BOs.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_allocator.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/tests/block_pool_no_free.c