Searched defs:virtio_gpu_resource_create_2d (Results 1 – 2 of 2) sorted by relevance
182 struct virtio_gpu_resource_create_2d { struct183 struct virtio_gpu_ctrl_hdr hdr;184 __le32 resource_id;185 __le32 format;186 __le32 width;187 __le32 height;
217 pub struct virtio_gpu_resource_create_2d { struct218 pub hdr: virtio_gpu_ctrl_hdr,219 pub resource_id: Le32,220 pub format: Le32,221 pub width: Le32,222 pub height: Le32,