Searched defs:GpuCommand (Results 1 – 4 of 4) sorted by relevance
562 pub enum GpuCommand { enum619 impl fmt::Debug for GpuCommand { implementation653 impl GpuCommand { implementation655 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
358 cmd: GpuCommand, in process_gpu_command()
410 pub struct GpuCommand { struct412 pub command: GpuSubCommand,
1112 GpuCommand(GpuControlCommand), enumerator