Skip to content

anv: fix alignments for uniform buffers

We were not consistent with minimums reported in the physical device properties.

Fixes a few CTS tests : dEQP-VK.memory.requirements.dedicated_allocation.buffer.regular dEQP-VK.memory.requirements.extended.buffer.regular dEQP-VK.memory.requirements.core.buffer.regular

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: a0de2e00 ("anv: increase minUniformBufferOffsetAlignment to 64")

Edited by Lionel Landwerlin

Merge request reports