turnip: Assert about the storage buffer offset alignment.
authorEric Anholt <eric@anholt.net>
Tue, 17 Nov 2020 21:19:36 +0000 (13:19 -0800)
committerMarge Bot <eric+marge@anholt.net>
Wed, 18 Nov 2020 00:38:02 +0000 (00:38 +0000)
commit008872aa309c015684653e498a8cc17a11f15fc5
treeb5bc30c6064de215e3052327ebdea04e9444a28d
parentfdfe4a4d307377f078a01d05a247c4f61d208be8
turnip: Assert about the storage buffer offset alignment.

Giving us an unaligned pointer is invalid, and this helps switch a CTS bug
from being a flake to a consistent crash.

https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2661

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7662>
.gitlab-ci/deqp-freedreno-a630-fails.txt
.gitlab-ci/deqp-freedreno-a630-flakes.txt
src/freedreno/vulkan/tu_descriptor_set.c