Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h243 struct virtio_gpu_transfer_host_3d { struct
244 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;
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs336 pub struct virtio_gpu_transfer_host_3d { struct
346 unsafe impl DataInit for virtio_gpu_transfer_host_3d {} argument