vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 22 Apr 2022 12:23:16 +0000 (05:23 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 14 Jun 2022 22:44:42 +0000 (22:44 +0000)
commitb78d3ebe722dac1c0093ff8f040f1443ffd02c49
treeb93d91815f0bc94ff97a6174f39e51a25f137385
parente3a7ccba574e0e2a304f4441eeff2b2b7fb56b3c
vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask

This field copy was missing in
vk_get_physical_device_core_1_1_property_ext().

Fixes: 19ff5019b75 ("vulkan: Add helpers for filling exts for core features and properties.")
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16926>
src/vulkan/runtime/vk_device.c