Searched defs:radv_physical_device (Results 1 – 1 of 1) sorted by relevance
261 struct radv_physical_device { struct262 VK_LOADER_DATA _loader_data;264 struct radv_instance * instance;266 struct radeon_winsys *ws;267 struct radeon_info rad_info;268 char path[20];269 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];270 uint8_t driver_uuid[VK_UUID_SIZE];271 uint8_t device_uuid[VK_UUID_SIZE];272 uint8_t cache_uuid[VK_UUID_SIZE];[all …]