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
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;
14 init_dispatch_tables(struct radv_device *device, struct radv_physical_device *pdev)