Searched defs:GpuCommand (Results 1 – 4 of 4) sorted by relevance
576 pub enum GpuCommand { enum624 impl fmt::Debug for GpuCommand { implementation658 impl GpuCommand { impl660 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
412 cmd: GpuCommand, in process_gpu_command()
445 pub struct GpuCommand { struct447 pub command: GpuSubCommand,
1525 GpuCommand(GpuControlCommand), enumerator