Searched defs:virtio_gpu_transfer_host_3d (Results 1 – 3 of 3) sorted by relevance
254 struct virtio_gpu_transfer_host_3d { struct255 struct virtio_gpu_ctrl_hdr hdr;256 struct virtio_gpu_box box;257 __le64 offset;258 __le32 resource_id;259 __le32 level;260 __le32 stride;261 __le32 layer_stride;
315 pub struct virtio_gpu_transfer_host_3d { struct316 pub hdr: virtio_gpu_ctrl_hdr,317 pub box_: virtio_gpu_box,318 pub offset: Le64,319 pub resource_id: Le32,320 pub level: Le32,321 pub stride: Le32,322 pub layer_stride: Le32,
1087 pub struct virtio_gpu_transfer_host_3d { struct1098 const UNINIT: ::std::mem::MaybeUninit<virtio_gpu_transfer_host_3d> = in bindgen_test_layout_virtio_gpu_transfer_host_3d() argument