Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h266 struct virtio_gpu_resource_create_3d { struct
267 struct virtio_gpu_ctrl_hdr hdr;
268 __le32 resource_id;
269 __le32 target;
270 __le32 format;
271 __le32 bind;
272 __le32 width;
273 __le32 height;
274 __le32 depth;
275 __le32 array_size;
[all …]
/external/rust/android-crates-io/crates/virtio-bindings/src/
Dvirtio_gpu.rs475 pub struct virtio_gpu_resource_create_3d { struct
492 ["Size of virtio_gpu_resource_create_3d"] argument
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs330 pub struct virtio_gpu_resource_create_3d { struct
331 pub hdr: virtio_gpu_ctrl_hdr,
332 pub resource_id: Le32,
333 pub target: Le32,
334 pub format: Le32,
335 pub bind: Le32,
336 pub width: Le32,
337 pub height: Le32,
338 pub depth: Le32,
339 pub array_size: Le32,
[all …]