Home
last modified time | relevance | path

Searched refs:HashFunc (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D11on12Util.h42 struct HashFunc { struct
81 D3D11on12ResourceCacheEntry::HashFunc,
DSamplerHeapCacheD3D12.h62 struct HashFunc { struct
99 SamplerHeapCacheEntry::HashFunc,
DD3D11on12Util.cpp93 size_t D3D11on12ResourceCacheEntry::HashFunc::operator()( in operator ()()
DSamplerHeapCacheD3D12.cpp154 size_t SamplerHeapCacheEntry::HashFunc::operator()(const SamplerHeapCacheEntry* entry) const { in operator ()()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAttachmentState.cpp81 size_t AttachmentStateBlueprint::HashFunc::operator()( in operator ()()
138 return AttachmentStateBlueprint::HashFunc()(this); in ComputeContentHash()
DCachedObject.cpp29 size_t CachedObject::HashFunc::operator()(const CachedObject* obj) const { in operator ()()
DCachedObject.h31 struct HashFunc { struct
DAttachmentState.h47 struct HashFunc { struct
/third_party/mindspore/mindspore/ccsrc/utils/
Dcache_embedding_hashmap_struct.h46 T HashFunc(const T key, const size_t m) { in HashFunc() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DComputePipeline.h37 struct HashFunc { struct
DSampler.h39 struct HashFunc { struct
DPipelineLayout.h56 struct HashFunc { struct
DBindGroupLayout.h52 struct HashFunc { struct
DShaderModule.h67 struct HashFunc { struct
DComputePipeline.cpp61 size_t ComputePipelineBase::HashFunc::operator()(const ComputePipelineBase* pipeline) const { in operator ()()
DPipelineLayout.cpp99 size_t PipelineLayoutBase::HashFunc::operator()(const PipelineLayoutBase* pl) const { in operator ()()
DRenderPipeline.h87 struct HashFunc { struct
DSampler.cpp87 size_t SamplerBase::HashFunc::operator()(const SamplerBase* module) const { in operator ()()
DBindGroupLayout.cpp146 size_t BindGroupLayoutBase::HashFunc::operator()(const BindGroupLayoutBase* bgl) const { in operator ()()
DShaderModule.cpp251 size_t ShaderModuleBase::HashFunc::operator()(const ShaderModuleBase* module) const { in operator ()()
DDevice.cpp47 std::unordered_set<Object*, typename Object::HashFunc, typename Object::EqualityFunc>;
DRenderPipeline.cpp559 size_t RenderPipelineBase::HashFunc::operator()(const RenderPipelineBase* pipeline) const { in operator ()()
/third_party/skia/third_party/externals/dawn/src/common/
DConcurrentCache.h51 std::unordered_set<T*, typename T::HashFunc, typename T::EqualityFunc> mCache;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmap_cache_idx_cpu_kernel.cc123 T tmp_entry = HashFunc(key, hashmap_length_); in LaunchKernel()
157 T entry = HashFunc(emb_idx, hashmap_length_); in LaunchKernel()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DConcurrentCacheTests.cpp38 struct HashFunc { struct in __anond37b7da60111::SimpleCachedObject

12