Lines Matching refs:dispatch_table
106 const struct vk_device_dispatch_table *dispatch_table,
119 device->dispatch_table = *dispatch_table;
123 &device->dispatch_table, &vk_common_device_entrypoints, false);
332 return vk_device_dispatch_table_get_if_supported(&device->dispatch_table,
370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue);
416 device->dispatch_table.GetBufferMemoryRequirements2(_device, &info, &reqs);
436 return device->dispatch_table.BindBufferMemory2(_device, 1, &bind);
453 device->dispatch_table.GetImageMemoryRequirements2(_device, &info, &reqs);
473 return device->dispatch_table.BindImageMemory2(_device, 1, &bind);
490 device->dispatch_table.GetImageSparseMemoryRequirements2(_device,
504 device->dispatch_table.GetImageSparseMemoryRequirements2(_device,
519 const struct vk_device_dispatch_table *disp = &device->dispatch_table;