Searched refs:cacheType (Results 1 – 8 of 8) sorted by relevance
29 public SimpleCache(int cacheType) { in SimpleCache() argument30 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()33 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument34 if (cacheType == ICUCache.WEAK) { in SimpleCache()35 type = cacheType; in SimpleCache()
33 public SimpleCache(int cacheType) { in SimpleCache() argument34 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument38 if (cacheType == ICUCache.WEAK) { in SimpleCache()39 type = cacheType; in SimpleCache()
305 CacheType cacheType; member417 if (params.cacheType != TestParams::EXPLICIT_CACHE) in createPipelineCache()737 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()912 …if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE… in testInstance()959 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()1097 …if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE… in testInstance()
205 void accumulateCacheStats(VulkanCacheType cacheType, const CacheStats &cacheStats);
103 DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType cacheType) in CacheTypeToDescriptorSetIndex() argument105 switch (cacheType) in CacheTypeToDescriptorSetIndex()2017 void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType cacheType, in accumulateCacheStats() argument2020 DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(cacheType); in accumulateCacheStats()
3602 int cacheType = 0; in logCacheStats() local3606 INFO() << " CacheType " << cacheType++ << ": " << stats.getHitRatio(); in logCacheStats()
400 int cacheType);
1517 int cacheType) in GPUPersistentCacheTestingSink() argument1520 , fCacheType(cacheType) {} in GPUPersistentCacheTestingSink()