Searched defs:GpuCommand (Results 1 – 4 of 4) sorted by relevance
577 pub enum GpuCommand { enum625 impl fmt::Debug for GpuCommand { implementation659 impl GpuCommand { implementation661 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
416 cmd: GpuCommand, in process_gpu_command()
446 pub struct GpuCommand { struct448 pub command: GpuSubCommand,
1483 GpuCommand(GpuControlCommand), enumerator