Searched defs:vk_physical_device (Results 1 – 3 of 3) sorted by relevance
41 struct vk_physical_device { struct50 * passed to `vk_physical_device_init()` if not `NULL`. If a `NULL` argument60 struct vk_physical_device_dispatch_table dispatch_table; argument63 struct disk_cache *disk_cache;66 struct wsi_device *wsi_device;91 VK_DEFINE_HANDLE_CASTS(vk_physical_device, base, VkPhysicalDevice, argument
168 vk_physical_device chapter
39 DispatchableHandle<VkPhysicalDevice> vk_physical_device; member