mesa/src/vulkan/tests
Jason Ekstrand 5f57ff7e18 anv/allocator: Make the block pool double-ended
This allows us to allocate from either side of the block pool in a
consistent way.  If you use the previous block_pool_alloc function, you
will get offsets from the start of the pool as normal.  If you use the new
block_pool_alloc_back function, you will get a negative index that
corresponds to something in the "back" of the pool.
2015-09-17 17:44:20 -07:00
..
.gitignore
block_pool_no_free.c anv/allocator: Make the block pool double-ended 2015-09-17 17:44:20 -07:00
Makefile.am
state_pool.c anv/allocator: Take the device mutex when growing a block pool 2015-09-17 17:44:20 -07:00
state_pool_free_list_only.c anv/allocator: Take the device mutex when growing a block pool 2015-09-17 17:44:20 -07:00
state_pool_no_free.c anv/allocator: Take the device mutex when growing a block pool 2015-09-17 17:44:20 -07:00
state_pool_test_helper.h