Searched refs:HashNode (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathCache.h | 128 class HashNode : SkNoncopyable { 130 static const Key& GetKey(const HashNode&); 135 HashNode() = default; 136 HashNode(GrCCPathCache*, sk_sp<Key>, const MaskTransform&, const GrShape&); 137 HashNode(HashNode&& node) in HashNode() function 142 ~HashNode(); 144 void operator=(HashNode&& node); 169 SkTHashTable<HashNode, const Key&> fHashTable; 187 const SkTHashTable<HashNode, const Key&>& testingOnly_getHashTable() const; 340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() function [all …]
|
D | GrCCPathCache.cpp | 179 if (HashNode* node = fHashTable.find(*fScratchKey)) { in find() 201 SkDEBUGCODE(HashNode* node = fHashTable.find(*fLRU.tail()->fCacheKey)); in find() 211 entry = fHashTable.set(HashNode(this, std::move(permanentKey), m, shape))->entry(); in find() 218 SkDEBUGCODE(HashNode* node = fHashTable.find(*fScratchKey)); in find() 250 HashNode* node = fHashTable.find(key); in evict()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.h | 31 Status HashNode(const GraphDef& graph, const NodeDef& node, uint64* hash); 32 Status HashNode(const GraphDef& graph, const NodeDef& node,
|
D | hash_utils.cc | 204 Status HashRoot(uint64* hash) { return HashNode(root_, hash); } in HashRoot() 211 Status HashNode(const NodeDef* node, uint64* hash) { in HashNode() function in tensorflow::data::__anon391c42a80111::GraphHasher 242 TF_RETURN_IF_ERROR(HashNode(input.first, &node_hash)); in HashNode() 674 Status HashNode(const GraphDef& graph, const NodeDef& node, uint64* hash) { in HashNode() function 677 return HashNode(graph, node, flib_def, hash); in HashNode() 680 Status HashNode(const GraphDef& graph, const NodeDef& node, in HashNode() function 690 return HashNode(graph_def, *sink, hash); in HashGraph()
|
D | rewrite_utils.cc | 201 Status s = HashNode(graph_def, *node_def, *lib_def, &hash); in RewriteDataset()
|
D | hash_utils_test.cc | 47 TF_CHECK_OK(HashNode(graph_def, *node, &hash)); in GetHash() 74 TF_CHECK_OK(HashNode(graph, node, &hash)); in GetHash()
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 323 const SkTHashTable<GrCCPathCache::HashNode, const GrCCPathCache::Key&>&
|