Lines Matching refs:virtio_gpu_simple_resource
32 struct virtio_gpu_simple_resource { struct
42 QTAILQ_ENTRY(virtio_gpu_simple_resource) next; argument
53 struct virtio_gpu_simple_resource *res);
217 static struct virtio_gpu_simple_resource *
220 struct virtio_gpu_simple_resource *res; in virtio_gpu_find_resource()
358 struct virtio_gpu_simple_resource *res; in vg_resource_create_2d()
377 res = g_new0(struct virtio_gpu_simple_resource, 1); in vg_resource_create_2d()
413 struct virtio_gpu_simple_resource *res; in vg_disable_scanout()
439 struct virtio_gpu_simple_resource *res) in vg_resource_destroy()
462 struct virtio_gpu_simple_resource *res; in vg_resource_unref()
527 struct virtio_gpu_simple_resource *res; in vg_resource_attach_backing()
565 struct virtio_gpu_simple_resource *res) in vg_cleanup_mapping()
576 struct virtio_gpu_simple_resource *res; in vg_resource_detach_backing()
597 struct virtio_gpu_simple_resource *res; in vg_transfer_to_host_2d()
656 struct virtio_gpu_simple_resource *res, *ores; in vg_set_scanout()
754 struct virtio_gpu_simple_resource *res; in vg_resource_flush()
951 struct virtio_gpu_simple_resource *res; in update_cursor_data_simple()
1218 struct virtio_gpu_simple_resource *res, *tmp; in vg_destroy()