vk/allocator: Make block_pool_grow take and return a size
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 08:03:53 +0000 (01:03 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 08:06:45 +0000 (01:06 -0700)
commit56ce2194934868b08e13fb9c483cf90bbe6d562d
treeca52ec8879f63917d717e962418fd387a9580d1c
parentfd64598462689ccc9ac14dccdddb96c8a6ff8364
vk/allocator: Make block_pool_grow take and return a size

It takes the old size as an argument and returns the new size as the return
value.  On error, it returns a size of 0.
src/vulkan/anv_allocator.c