Home
last modified time | relevance | path

Searched refs:cacheType (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleCache.java29 public SimpleCache(int cacheType) { in SimpleCache() argument
30 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()
33 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument
34 if (cacheType == ICUCache.WEAK) { in SimpleCache()
35 type = cacheType; in SimpleCache()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleCache.java33 public SimpleCache(int cacheType) { in SimpleCache() argument
34 this(cacheType, DEFAULT_CAPACITY); in SimpleCache()
37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument
38 if (cacheType == ICUCache.WEAK) { in SimpleCache()
39 type = cacheType; in SimpleCache()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp305 CacheType cacheType; member
417 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h205 void accumulateCacheStats(VulkanCacheType cacheType, const CacheStats &cacheStats);
DProgramExecutableVk.cpp103 DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType cacheType) in CacheTypeToDescriptorSetIndex() argument
105 switch (cacheType) in CacheTypeToDescriptorSetIndex()
2017 void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType cacheType, in accumulateCacheStats() argument
2020 DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(cacheType); in accumulateCacheStats()
DRendererVk.cpp3602 int cacheType = 0; in logCacheStats() local
3606 INFO() << " CacheType " << cacheType++ << ": " << stats.getHitRatio(); in logCacheStats()
/third_party/flutter/skia/dm/
DDMSrcSink.h400 int cacheType);
DDMSrcSink.cpp1517 int cacheType) in GPUPersistentCacheTestingSink() argument
1520 , fCacheType(cacheType) {} in GPUPersistentCacheTestingSink()