Searched defs:pvr_device (Results 1 – 1 of 1) sorted by relevance
249 struct pvr_device { struct250 struct vk_device vk;251 struct pvr_instance *instance;252 struct pvr_physical_device *pdevice;254 int master_fd;255 int render_fd;257 struct pvr_winsys *ws;258 struct pvr_winsys_heaps heaps;260 struct pvr_free_list *global_free_list;262 struct pvr_queue *queues;[all …]