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;
226 pub struct virtio_gpu_resource_create_2d { struct235 ["Size of virtio_gpu_resource_create_2d"] argument
218 pub struct virtio_gpu_resource_create_2d { struct219 pub hdr: virtio_gpu_ctrl_hdr,220 pub resource_id: Le32,221 pub format: Le32,222 pub width: Le32,223 pub height: Le32,