nvk: Advertise minUniformBufferOffsetAlignment

Fixes a bunch of dEQP-VK.image.store.with_format.*_constant tests

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand
2023-01-30 20:11:51 -06:00
committed by Marge Bot
parent 152ded2b97
commit 933d487313
+1
View File
@@ -123,6 +123,7 @@ nvk_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
.maxComputeWorkGroupSize = {1024, 1024, 64},
.maxStorageBufferRange = UINT32_MAX,
.nonCoherentAtomSize = 64,
.minUniformBufferOffsetAlignment = NVK_MIN_UBO_ALIGNMENT,
},
/* More properties */