anv/descriptor_set: Use the correct size for the descriptor pool
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 24 Feb 2016 05:23:06 +0000 (21:23 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 24 Feb 2016 05:25:37 +0000 (21:25 -0800)
commitf0f7cc22f3f061416c81cf80ccbe4a6a390082a7
treebea442603d728c808e133aeae84deac239ffd46b
parent040355b688a3d034bef37631fa35ff012132deaf
anv/descriptor_set: Use the correct size for the descriptor pool

The descriptor sizes array gives the total number of each type of
descriptor that will ever be allocated from the pool, not the total amount
that may be in any particular set.  In our case, this simply means that we
have to sum a bunch of things up and there we go.
src/intel/vulkan/anv_descriptor_set.c