Searched defs:v3dv_device (Results 1 – 1 of 1) sorted by relevance
408 struct v3dv_device { struct409 struct vk_device vk;411 struct v3dv_instance *instance;412 struct v3dv_physical_device *pdevice;414 struct v3d_device_info devinfo;415 struct v3dv_queue queue;418 uint32_t last_job_sync;421 mtx_t mutex;424 struct {444 } meta;[all …]