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.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/crosvm/devices/src/virtio/gpu/
Dprotocol.rs315 pub struct virtio_gpu_transfer_host_3d { struct
316 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,