nvk: Mark nvk_push_descriptor_set_ref() inline

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:11:48 -06:00 committed by Marge Bot
parent 460a026d72
commit 2ec2ce44f3

View file

@ -53,7 +53,7 @@ struct nvk_descriptor_set {
VK_DEFINE_HANDLE_CASTS(nvk_descriptor_set, base, VkDescriptorSet,
VK_OBJECT_TYPE_DESCRIPTOR_SET)
static void
static inline void
nvk_push_descriptor_set_ref(struct nouveau_ws_push *push,
const struct nvk_descriptor_set *set)
{