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