0fa3be44aa
This title incorrectly tries to allocate descriptor sets larger than the number of sampler items in the descriptor pool. Workaround by taking other largest item count in the descriptor pool and use that for samplers. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11795 Reviewed-by: Ivan Briano <ivan.briano@intel.com> Reviewed-by: Lina Versace <lina@kiwitree.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32285>