Searched defs:Frontend (Results 1 – 3 of 3) sorted by relevance
47 ## Frontend section in Perfetto CI design document
319 pub struct Frontend { struct325 impl Frontend { argument326 fn new(virtio_gpu: VirtioGpu, fence_state: Arc<Mutex<FenceState>>) -> Frontend { in new()1092 ) -> Option<Frontend> { in initialize_frontend()
51 state: Rc<RefCell<gpu::Frontend>>, in run_ctrl_queue()69 state: Rc<RefCell<gpu::Frontend>>, in run_display()86 async fn run_resource_bridge(tube: Box<dyn IoSourceExt<Tube>>, state: Rc<RefCell<gpu::Frontend>>) { in run_resource_bridge()