radv: move physical device related code to radv_physical_device.c
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 7 Mar 2023 13:34:57 +0000 (14:34 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Mar 2023 16:21:10 +0000 (16:21 +0000)
commit4e5db634828ffa6a92e1cfa65934586cd4b7d53b
treeef051b6162a82546d5320ea26809065035eeae86
parent06fa90e14eb7d9182ada1b91f360fcbbd6a61c01
radv: move physical device related code to radv_physical_device.c

radv_device.c is getting too big and this follows the Vulkan common
runtime infrastructure.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21767>
src/amd/vulkan/meson.build
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_physical_device.c [new file with mode: 0644]
src/amd/vulkan/radv_private.h