Skip to content
Snippets Groups Projects
Commit 5ec5fecc authored by Arcady Goldmints-Orlov's avatar Arcady Goldmints-Orlov
Browse files

anv: fix descriptor limits on gen8


Later generations support bindless for samplers, images, and buffers and
thus per-stage descriptors are not limited by the binding table size.
However, gen8 doesn't support bindless images and thus needs to report a
lower per-stage limit so that all combinations of descriptors that fit
within the advertised limits are reported as supported by
vkGetDescriptorSetLayoutSupport.

Fixes test dEQP-VK.api.maintenance3_check.descriptor_set
Fixes: 79fb0d27 ("anv: Implement SSBOs bindings with GPU addresses in the descriptor BO")

Reviewed-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
parent 8b78cce4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment