Home
last modified time | relevance | path

Searched defs:PipeLoaderDevice (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Ddevice.rs11 pub(super) struct PipeLoaderDevice { struct
15 impl PipeLoaderDevice { impl
37 impl Drop for PipeLoaderDevice { implementation
H A Dscreen.rs92 pub(super) fn new(ldev: PipeLoaderDevice, screen: *mut pipe_screen) -> Option<Self> { in new()