Home
last modified time | relevance | path

Searched refs:CacheResult (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkPipelineStateCache.cpp53 using CacheResult = Stats::ProgramCacheResult; in ~PipelineStateCache() typedef
55 int misses = fStats.numInlineProgramCacheResult(CacheResult::kMiss) + in ~PipelineStateCache()
56 fStats.numPreProgramCacheResult(CacheResult::kMiss); in ~PipelineStateCache()
58 int total = misses + fStats.numInlineProgramCacheResult(CacheResult::kHit) + in ~PipelineStateCache()
59 fStats.numPreProgramCacheResult(CacheResult::kHit); in ~PipelineStateCache()
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1130 if (auto CacheResult = doCacheLookup(CurrAccess, Q, Loc)) in UpwardsDFSWalk() local
1131 return {CacheResult, Loc}; in UpwardsDFSWalk()
1264 if (auto CacheResult = doCacheLookup(StartingUseOrDef, Q, Q.StartingLoc)) in getClobberingMemoryAccess() local
1265 return CacheResult; in getClobberingMemoryAccess()
1302 if (auto CacheResult = doCacheLookup(StartingAccess, Q, Q.StartingLoc)) in getClobberingMemoryAccess() local
1303 return CacheResult; in getClobberingMemoryAccess()
/external/angle/src/libANGLE/
DBlobCache.cpp25 enum CacheResult enum