v3dv: implement vkEnumeratePhysicalDevices
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 27 Nov 2019 12:58:02 +0000 (13:58 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:25 +0000 (21:21 +0000)
commitfd81dc64ff663a6d71d3a9aceeb2734521d7b13d
tree46c6f83c4412adf4d846866e9228713bc662ae40
parentdbce41f39bafca6e68ba73f6dfe6caf925f8afdc
v3dv: implement vkEnumeratePhysicalDevices

Not an actual implementation since this doesn't initialize any actual
physical devices just yet.

Also, this doesn't check that available decices are really compatible
with the driver for now. This is for convenience, so we can move
past this point even if we are not running on actual hardware.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_device.c