Searched defs:ProgramCache (Results 1 – 7 of 7) sorted by relevance
18 class ProgramCache; variable
67 ProgramCache::ProgramCache() { in ProgramCache() function in skgpu::ProgramCache
31 GrGLGpu::ProgramCache::ProgramCache(int runtimeProgramCacheSize) in ProgramCache() function in GrGLGpu::ProgramCache
86 cache: &ProgramCache, in exec()
90 cache: &ProgramCache, in exec()
449 cache: &ProgramCache, in forward()479 cache: &ProgramCache, in reverse()509 cache: &ProgramCache, in forward_many()
1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool()1521 pub type ProgramCache = AssertUnwindSafe<RefCell<ProgramCacheInner>>; typedef