Searched defs:virtio_gpu_resource_create_2d (Results 1 – 4 of 4) sorted by relevance
121 struct virtio_gpu_resource_create_2d { struct122 struct virtio_gpu_ctrl_hdr hdr;123 uint32_t resource_id;124 uint32_t format;125 uint32_t width;126 uint32_t height;
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,
459 pub struct virtio_gpu_resource_create_2d { struct468 const UNINIT: ::std::mem::MaybeUninit<virtio_gpu_resource_create_2d> = in bindgen_test_layout_virtio_gpu_resource_create_2d() argument