Lines Matching defs:flush
63 SVGAEscapeVideoFlush flush;
77 fill_escape(&cmd->escape, sizeof(cmd->flush));
78 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH;
79 cmd->flush.streamId = stream_id;
93 struct vmw_escape_video_flush *flush;
117 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items;
125 flush = (struct vmw_escape_video_flush *)&items[num_items];
164 fill_flush(flush, arg->stream_id);
184 struct vmw_escape_video_flush flush;
206 fill_flush(&cmds->flush, stream_id);