Home
last modified time | relevance | path

Searched defs:virtio_gpu_transfer_to_host_2d (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h196 struct virtio_gpu_transfer_to_host_2d { struct
197 struct virtio_gpu_ctrl_hdr hdr;
198 struct virtio_gpu_rect r;
199 __le64 offset;
200 __le32 resource_id;
201 __le32 padding;
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs255 pub struct virtio_gpu_transfer_to_host_2d { struct
263 unsafe impl DataInit for virtio_gpu_transfer_to_host_2d {} argument