Lines Matching defs:qobj
141 struct virtio_gpu_object *qobj;
180 ret = virtio_gpu_object_create(vgdev, ¶ms, &qobj, fence);
184 obj = &qobj->base.base;
192 rc->res_handle = qobj->hw_res_handle; /* similiar to a VM address */
211 struct virtio_gpu_object *qobj = NULL;
217 qobj = gem_to_virtio_gpu_obj(gobj);
219 ri->size = qobj->base.base.size;
220 ri->res_handle = qobj->hw_res_handle;
221 if (qobj->host3d_blob || qobj->guest_blob)
222 ri->blob_mem = qobj->blob_mem;