Searched defs:virtio_gpu_resource_create_3d (Results 1 – 3 of 3) 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 …]
475 pub struct virtio_gpu_resource_create_3d { struct492 ["Size of virtio_gpu_resource_create_3d"] argument
330 pub struct virtio_gpu_resource_create_3d { struct331 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 …]