Searched defs:virtio_gpu_transfer_host_3d (Results 1 – 2 of 2) sorted by relevance
243 struct virtio_gpu_transfer_host_3d { struct244 struct virtio_gpu_ctrl_hdr hdr;245 struct virtio_gpu_box box;246 __le64 offset;247 __le32 resource_id;248 __le32 level;249 __le32 stride;250 __le32 layer_stride;
336 pub struct virtio_gpu_transfer_host_3d { struct346 unsafe impl DataInit for virtio_gpu_transfer_host_3d {} argument