Home
last modified time | relevance | path

Searched refs:virtio_gpu_transfer_host_3d (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/virtio-bindings/src/
Dvirtio_gpu.rs443 pub struct virtio_gpu_transfer_host_3d { struct
455 [::std::mem::size_of::<virtio_gpu_transfer_host_3d>() - 72usize];
457 [::std::mem::align_of::<virtio_gpu_transfer_host_3d>() - 8usize];
459 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, hdr) - 0usize];
461 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, box_) - 24usize];
463 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, offset) - 48usize];
465 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, resource_id) - 56usize];
467 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, level) - 60usize];
469 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, stride) - 64usize];
471 [::std::mem::offset_of!(virtio_gpu_transfer_host_3d, layer_stride) - 68usize];
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h254 struct virtio_gpu_transfer_host_3d { struct
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs316 pub struct virtio_gpu_transfer_host_3d { struct
595 TransferToHost3d(virtio_gpu_transfer_host_3d),
596 TransferFromHost3d(virtio_gpu_transfer_host_3d),