Searched defs:virtio_gpu_resource_create_3d (Results 1 – 2 of 2) sorted by relevance
266 struct virtio_gpu_resource_create_3d { struct267 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 …]
329 pub struct virtio_gpu_resource_create_3d { struct330 pub hdr: virtio_gpu_ctrl_hdr,331 pub resource_id: Le32,332 pub target: Le32,333 pub format: Le32,334 pub bind: Le32,335 pub width: Le32,336 pub height: Le32,337 pub depth: Le32,338 pub array_size: Le32,[all …]