anv/descriptor_set: Refactor alloc/free of descriptor sets
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 19 Nov 2018 21:15:56 +0000 (15:15 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Mar 2019 16:06:50 +0000 (10:06 -0600)
commit5b7a9e739883f1f25f4046cd8d7eba9787cccc6b
tree3372f10eeb12901ed9da44e05a54cfed94ba8b10
parentfd1d22b92edbf98e2ec10c880b2703bfdb0f3b62
anv/descriptor_set: Refactor alloc/free of descriptor sets

This commit just puts the free list code together as part of the pool
instead of having it inlined into the descriptor set create code.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_descriptor_set.c