Lines Matching refs:dispatch_table
186 struct vk_instance_dispatch_table dispatch_table;
188 vk_instance_dispatch_table_from_entrypoints(&dispatch_table,
191 vk_instance_dispatch_table_from_entrypoints(&dispatch_table,
196 &dispatch_table,
294 struct vk_physical_device_dispatch_table dispatch_table;
295 vk_physical_device_dispatch_table_from_entrypoints(&dispatch_table,
298 vk_physical_device_dispatch_table_from_entrypoints(&dispatch_table,
304 &dispatch_table);
951 struct vk_device_dispatch_table dispatch_table;
968 vk_device_dispatch_table_from_entrypoints(&dispatch_table,
972 vk_device_dispatch_table_from_entrypoints(&dispatch_table,
975 vk_device_dispatch_table_from_entrypoints(&dispatch_table,
978 vk_device_dispatch_table_from_entrypoints(&dispatch_table,
993 result = vk_device_init(&device->vk, &physical_device->vk, &dispatch_table,