Searched defs:virtio_gpu_resource_flush (Results 1 – 2 of 2) sorted by relevance
199 struct virtio_gpu_resource_flush { struct200 struct virtio_gpu_ctrl_hdr hdr;201 struct virtio_gpu_rect r;202 __le32 resource_id;203 __le32 padding;
238 pub struct virtio_gpu_resource_flush { struct239 pub hdr: virtio_gpu_ctrl_hdr,240 pub r: virtio_gpu_rect,241 pub resource_id: Le32,242 pub padding: Le32,