Searched defs:v3dv_device (Results 1 – 1 of 1) sorted by relevance
458 struct v3dv_device { struct459 struct vk_device vk;461 struct v3dv_instance *instance;462 struct v3dv_physical_device *pdevice;464 struct v3d_device_info devinfo;465 struct v3dv_queue queue;468 mtx_t query_mutex;471 cnd_t query_ended;474 struct {494 } meta;[all …]