Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/
H A Ddisk_cache.rs10 pub struct DiskCacheBorrowed { struct
15 inner: DiskCacheBorrowed, argument
19 unsafe impl Sync for DiskCacheBorrowed {} implementation
21 impl DiskCacheBorrowed { implementation
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs411 pub fn shader_cache(&self) -> Option<DiskCacheBorrowed> { in shader_cache()