Skip to content
Snippets Groups Projects
Commit 0b54e1d1 authored by Arcady Goldmints-Orlov's avatar Arcady Goldmints-Orlov Committed by Dylan Baker
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>
(cherry picked from commit 5ec5fecc)
parent 00eaba77
No related branches found
No related tags found
No related merge requests found
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