Searched defs:v3dv_device (Results 1 – 1 of 1) sorted by relevance
460 struct v3dv_device { struct461 struct vk_device vk;463 struct v3dv_instance *instance;464 struct v3dv_physical_device *pdevice;466 struct v3d_device_info devinfo;467 struct v3dv_queue queue;470 mtx_t query_mutex;473 cnd_t query_ended;476 struct {496 } meta;[all …]