Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h172 struct panvk_physical_device { struct
173 struct vk_physical_device vk;
176 struct panfrost_device pdev;
178 struct panvk_instance *instance;
180 char path[20];
181 char name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
182 uint8_t driver_uuid[VK_UUID_SIZE];
206 struct panvk_physical_device physical_devices[PANVK_MAX_DRM_DEVICES]; argument