Home
last modified time | relevance | path

Searched defs:vk_physical_device (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.h41 struct vk_physical_device { struct
50 * passed to `vk_physical_device_init()` if not `NULL`. If a `NULL` argument
60 struct vk_physical_device_dispatch_table dispatch_table; argument
63 struct disk_cache *disk_cache;
66 struct wsi_device *wsi_device;
91 VK_DEFINE_HANDLE_CASTS(vk_physical_device, base, VkPhysicalDevice, argument
/third_party/mesa3d/docs/vulkan/
Dbase-objs.rst168 vk_physical_device chapter
/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h39 DispatchableHandle<VkPhysicalDevice> vk_physical_device; member