Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h254 struct virtio_gpu_transfer_host_3d { struct
255 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;
/external/rust/android-crates-io/crates/virtio-bindings/src/
Dvirtio_gpu.rs443 pub struct virtio_gpu_transfer_host_3d { struct
454 ["Size of virtio_gpu_transfer_host_3d"] argument
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs316 pub struct virtio_gpu_transfer_host_3d { struct
317 pub hdr: virtio_gpu_ctrl_hdr,
318 pub box_: virtio_gpu_box,
319 pub offset: Le64,
320 pub resource_id: Le32,
321 pub level: Le32,
322 pub stride: Le32,
323 pub layer_stride: Le32,