Searched defs:GpuCommand (Results 1 – 2 of 2) sorted by relevance
611 pub enum GpuCommand { enum679 impl fmt::Debug for GpuCommand { implementation712 impl GpuCommand { impl714 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode()
253 cmd: GpuCommand, in process_gpu_command()