anv: inline uniforms blocks don't count toward descriptor set limits
authorArcady Goldmints-Orlov <agoldmints@igalia.com>
Sat, 27 Jul 2019 19:52:41 +0000 (14:52 -0500)
committerArcady Goldmints-Orlov <agoldmints@igalia.com>
Tue, 20 Aug 2019 16:48:45 +0000 (16:48 +0000)
commit3835535537bccc9f7bb0c57f290d253b5149c82f
treede58a47f52c3696b72e85a310549ee7e82dd698c
parentdf86c5ffb35700466cdafc6a87b8a0279e473d07
anv: inline uniforms blocks don't count toward descriptor set limits

In a descriptor set inline uniform blocks don't use up any bindings.
However, the presence of any inline uniform blocks doed require the
use of the descriptor buffer, which takes up one binding.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_descriptor_set.c