Lines Matching defs:v3dv_device
458 struct v3dv_device { struct
459 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;
496 struct v3dv_bo_cache {
508 } bo_cache;
510 uint32_t bo_size;
511 uint32_t bo_count;
513 struct v3dv_pipeline_cache default_pipeline_cache;
537 struct v3dv_device_memory { argument