mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git] / builders / mesa-vulkan-amd-sh-c8c354d9c3a2e79230723f1c8b0571b20d034fee / contrib / radv_device.c.patch
blobf413a5a76639a044eab7a35a45abf9be04102c82
1 --- a/src/amd/vulkan/radv_device.c
2 +++ b/src/amd/vulkan/radv_device.c
3 @@ -561,6 +561,12 @@ add_entrypoints(struct dispatch_table_builder *b, const struct vk_device_entrypo
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;
10 +struct vk_device_entrypoint_table ctx_roll_device_entrypoints;
11 +struct vk_device_entrypoint_table annotate_device_entrypoints;
13 static void
14 init_dispatch_tables(struct radv_device *device, struct radv_physical_device *pdev)