Home
last modified time | relevance | path

Searched defs:PipeScreen (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dscreen.rs22 pub struct PipeScreen { struct
37 impl ComputeParam<$ty> for PipeScreen { argument
55 impl ComputeParam<Vec<u64>> for PipeScreen { implementation
81 fn apply(&self, tmpl: &mut pipe_resource, screen: &PipeScreen) { in apply()
97 impl PipeScreen { implementation
454 impl Drop for PipeScreen { implementation
Ddevice.rs23 fn load_screen(self) -> Option<PipeScreen> { in load_screen()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs952 pub fn screen(&self) -> &Arc<PipeScreen> { in screen()