Searched defs:virtio_gpu_transfer_to_host_2d (Results 1 – 2 of 2) sorted by relevance
207 struct virtio_gpu_transfer_to_host_2d { struct208 struct virtio_gpu_ctrl_hdr hdr;209 struct virtio_gpu_rect r;210 __le64 offset;211 __le32 resource_id;212 __le32 padding;
248 pub struct virtio_gpu_transfer_to_host_2d { struct249 pub hdr: virtio_gpu_ctrl_hdr,250 pub r: virtio_gpu_rect,251 pub offset: Le64,252 pub resource_id: Le32,253 pub padding: Le32,