Home
last modified time | relevance | path

Searched defs:GpuCommand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dprotocol.rs576 pub enum GpuCommand { enum
624 impl fmt::Debug for GpuCommand { implementation
658 impl GpuCommand { impl
660 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
H A Dmod.rs412 cmd: GpuCommand, in process_gpu_command()
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dcmdline.rs445 pub struct GpuCommand { struct
447 pub command: GpuSubCommand,
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs1525 GpuCommand(GpuControlCommand), enumerator