Home
last modified time | relevance | path

Searched refs:CacheType (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DThreadLocalCache.h33 struct CacheType : public llvm::SmallDenseMap<ThreadLocalCache<ValueT> *, struct
35 ~CacheType() { in ~CacheType() argument
63 CacheType &staticCache = getStaticCache(); in get() argument
89 static CacheType &getStaticCache() { in getStaticCache()
90 static LLVM_THREAD_LOCAL CacheType cache; in getStaticCache()
/external/cpu_features/include/
Dcpu_features_cache_info.h31 } CacheType; typedef
35 CacheType cache_type;
/external/ImageMagick/MagickCore/
Dcache.h35 } CacheType; typedef
37 extern MagickExport CacheType
Dcache-private.h157 CacheType
Dmatrix.c64 CacheType
Dcache.c1810 MagickExport CacheType GetImagePixelCacheType(const Image *image) in GetImagePixelCacheType()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h1455 template <VulkanCacheType CacheType>
1462 accum->accumulateCacheStats(CacheType, mCacheStats);
1716 template <typename Key, VulkanCacheType CacheType>
1717 class DescriptorSetCache final : public HasCacheStats<CacheType>
Dvk_cache_utils.cpp3920 template <typename Key, VulkanCacheType CacheType>
3921 void DescriptorSetCache<Key, CacheType>::destroy(RendererVk *rendererVk) in destroy()
/external/cpu_features/src/utils/
Dlist_cpu_features.c324 static Node* GetCacheTypeString(CacheType cache_type) { in GetCacheTypeString()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp270 enum CacheType enum
305 CacheType cacheType;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc96 using CacheType = typedef in tensorflow::tensorrt::TRTEngineOp
/external/cpu_features/src/
Dcpuinfo_x86.c1145 CacheType cache_type = ExtractBitRange(leaf.eax, 4, 0); in ParseLeaf4()