Lines Matching defs:flush
69 SVGAEscapeVideoFlush flush;
83 fill_escape(&cmd->escape, sizeof(cmd->flush));
84 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH;
85 cmd->flush.streamId = stream_id;
99 struct vmw_escape_video_flush *flush;
123 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items;
131 flush = (struct vmw_escape_video_flush *)&items[num_items];
170 fill_flush(flush, arg->stream_id);
190 struct vmw_escape_video_flush flush;
212 fill_flush(&cmds->flush, stream_id);