Searched defs:pvr_physical_device (Results 1 – 1 of 1) sorted by relevance
97 struct pvr_physical_device { struct98 struct vk_physical_device vk;101 struct pvr_instance *instance;103 char *render_path;104 char *display_path;106 struct pvr_winsys *ws;107 struct pvr_device_info dev_info;108 struct pvr_device_runtime_info dev_runtime_info;110 VkPhysicalDeviceMemoryProperties memory;112 uint64_t heap_used;[all …]