Gfx stack update
[nyanlinux.git] / builders / mesa-vulkan-amd-sh-ca92a10800bcb09749758ea1664dc0675955ffa0 / contrib / radv_device.c.patch
blobd23ec4e0296868e5f81e7e7d0891ab805e1efe19
1 --- a/src/amd/vulkan/radv_device.c
2 +++ b/src/amd/vulkan/radv_device.c
3 @@ -568,6 +568,10 @@ add_entrypoints(struct dispatch_table_builder *b,
4 b->used[table] = true;
7 +struct vk_device_entrypoint_table sqtt_device_entrypoints;
8 +struct vk_device_entrypoint_table rra_device_entrypoints;
9 +struct vk_device_entrypoint_table rmv_device_entrypoints;
11 static void
12 init_dispatch_tables(struct radv_device *device, struct radv_physical_device *physical_device)