VK_KHR_maintenance3: Fix per-stage descriptor limit checks
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 6 Oct 2017 02:21:30 +0000 (19:21 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 6 Oct 2017 21:24:01 +0000 (17:24 -0400)
commitcc64df67764cfb4cad8a2ac622c809303d3ca5a8
tree7b44063d790db2829ad7b31e01920e76e0012aac
parent37eb2ea34ca92dd2fbc5235f7cc78585bc78137c
VK_KHR_maintenance3: Fix per-stage descriptor limit checks

It wasn't actually checking the storage image limit (there were two
copies of the storage buffer check instead) nor was it checking the
input attachment limit.

VK-GL-CTS issue: 750

Component: Vulkan

Affects:
dEQP-VK.api.maintenance3_check.descriptor_set

Change-Id: I44cc388d0b20d4c1886db0d283c2b92712c54dc9
external/vulkancts/modules/vulkan/api/vktApiMaintenance3Check.cpp