radv: move sampler related code to radv_sampler.c
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 7 Mar 2023 15:20:25 +0000 (16:20 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Mar 2023 16:21:10 +0000 (16:21 +0000)
commit4de305cb8a3c68df8e89f8c1359f510a1089cfd3
tree4ab56d66f326f83101cee743c136897fb5b2cfcf
parent7a157b3a4cc065f806db9d4b2d95ba650be25154
radv: move sampler related code to radv_sampler.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_sampler.c [new file with mode: 0644]