Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs21 pub struct PipeScreen { struct
36 impl ComputeParam<$ty> for PipeScreen { argument
54 impl ComputeParam<Vec<u64>> for PipeScreen { implementation
91 impl PipeScreen { impl
459 impl Drop for PipeScreen { implementation
H A Ddevice.rs23 fn load_screen(self) -> Option<PipeScreen> { in load_screen()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs95 fn shader_param(screen: &PipeScreen, cap: pipe_shader_cap) -> i32 { in shader_param()
993 pub fn screen(&self) -> &Arc<PipeScreen> { in screen()