Searched defs:panvk_physical_device (Results 1 – 1 of 1) sorted by relevance
178 struct panvk_physical_device { struct179 struct vk_physical_device vk;182 struct panfrost_device pdev;184 struct panvk_instance *instance;186 char path[20];187 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];188 uint8_t driver_uuid[VK_UUID_SIZE];189 uint8_t device_uuid[VK_UUID_SIZE];190 uint8_t cache_uuid[VK_UUID_SIZE];192 struct vk_sync_type drm_syncobj_type;[all …]