anv/device: Increase the UBO alignment requirement to 32
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 2 Dec 2017 00:07:23 +0000 (16:07 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 8 Dec 2017 23:43:25 +0000 (15:43 -0800)
commit8d34077182d8408923e5239ece882b081670b528
treed4a2ad447d1a766c818a1b3f3ca75f0a70405f31
parent2f9eb045f30568342ceffdd41171ca82ccbca30c
anv/device: Increase the UBO alignment requirement to 32

Push constants work in terms of 32-byte chunks so if we want to be able
to push UBOs, every thing needs to be 32-byte aligned.  Currently, we
only require 16-byte which is too small.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/intel/vulkan/anv_device.c