nvk: Move Fill/UpdateBuffer to nvk_cmd_copy
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:11:49 +0000 (20:11 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:54 +0000 (21:31 +0000)
commit3e706a974ef65e82e380f91714bf1558603b7177
treecfc226ede14941fde7fc57e7b3618ea2f2e38a74
parent3beb4daa2b9558da08207e3cb90f699ed9214e99
nvk: Move Fill/UpdateBuffer to nvk_cmd_copy

Even if they technically use blit-like HW commands, they're much more a
copy operation than a blit since there's no scaling going on.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/vulkan/nvk_cmd_blit.c
src/nouveau/vulkan/nvk_cmd_copy.c