Searched defs:radv_physical_device (Results 1 – 1 of 1) sorted by relevance
276 struct radv_physical_device { struct277 VK_LOADER_DATA _loader_data;280 struct list_head link;282 struct radv_instance * instance;284 struct radeon_winsys *ws;285 struct radeon_info rad_info;286 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];287 uint8_t driver_uuid[VK_UUID_SIZE];288 uint8_t device_uuid[VK_UUID_SIZE];289 uint8_t cache_uuid[VK_UUID_SIZE];[all …]