Searched refs:GpuCommand (Results 1 – 2 of 2) sorted by relevance
253 cmd: GpuCommand, in process_gpu_command() argument259 GpuCommand::GetDisplayInfo(_) => Ok(GpuResponse::OkDisplayInfo( in process_gpu_command()262 GpuCommand::ResourceCreate2d(info) => { in process_gpu_command()281 GpuCommand::ResourceUnref(info) => { in process_gpu_command()284 GpuCommand::SetScanout(info) => self.virtio_gpu.set_scanout( in process_gpu_command()289 GpuCommand::ResourceFlush(info) => { in process_gpu_command()292 GpuCommand::TransferToHost2d(info) => { in process_gpu_command()302 GpuCommand::ResourceAttachBacking(info) => { in process_gpu_command()324 GpuCommand::ResourceDetachBacking(info) => { in process_gpu_command()327 GpuCommand::UpdateCursor(info) => self.virtio_gpu.update_cursor( in process_gpu_command()[all …]
611 pub enum GpuCommand { enum679 impl fmt::Debug for GpuCommand { implementation681 use self::GpuCommand::*; in fmt()712 impl GpuCommand { impl714 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode() argument715 use self::GpuCommand::*; in decode()749 use self::GpuCommand::*; in ctrl_hdr()