Lines Matching defs:v3dv_device
283 struct v3dv_device { struct
290 struct v3dv_device_extension_table enabled_extensions; argument
291 struct v3dv_device_dispatch_table dispatch; argument
293 int32_t render_fd;
294 int32_t display_fd;
295 struct v3d_device_info devinfo;
296 struct v3dv_queue queue;
299 uint32_t last_job_sync;
302 mtx_t mutex;
305 struct {
320 } meta;
344 struct v3dv_device_memory { argument