Searched refs:submit_command (Results 1 – 3 of 3) sorted by relevance
741 pub fn submit_command(&mut self, ctx_id: u32, commands: &mut [u8]) -> VirtioGpuResult { in submit_command() method742 self.rutabaga.submit_command(ctx_id, commands)?; in submit_command()
421 .submit_command(info.hdr.ctx_id.to_native(), &mut cmd_buf[..]) in process_gpu_command()
635 pub fn submit_command(&mut self, ctx_id: u32, commands: &mut [u8]) -> RutabagaResult<()> { in submit_command() method