Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/external/skqp/src/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/external/skia/src/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/external/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h24 struct Key { struct
25 Key() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key() argument
26 Key(VkFormat vkFormat, uint64_t externalFormat, uint8_t conversionKey) { in Key() function
35 uint8_t fConversionKey; argument
37 bool operator==(const Key& that) const { argument
DGrVkSampler.h27 struct Key { struct
28 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function
35 uint8_t fSamplerKey; argument
36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
/external/skqp/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h24 struct Key { struct
25 Key() : fExternalFormat(0), fConversionKey(0) {} in Key() function
26 Key(uint64_t externalFormat, uint8_t conversionKey) { in Key() function
33 uint8_t fConversionKey; argument
35 bool operator==(const Key& that) const { argument
DGrVkSampler.h27 struct Key { struct
28 Key(uint16_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function
35 uint16_t fSamplerKey; argument
36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
/external/skia/src/core/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; argument
/external/skqp/src/core/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; argument
/external/skqp/tools/gpu/
DMemoryCache.h37 struct Key { struct
39 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() function
41 Key& operator=(const Key&) = default; argument
46 sk_sp<const SkData> fKey; argument
/external/libchrome/mojo/public/cpp/bindings/
Dmap.h18 base::flat_map<Key, Value> MapToFlatMap(const std::map<Key, Value>& input) { in MapToFlatMap()
23 base::flat_map<Key, Value> MapToFlatMap(std::map<Key, Value>&& input) { in MapToFlatMap()
29 std::map<Key, Value> FlatMapToMap(const base::flat_map<Key, Value>& input) { in FlatMapToMap()
34 std::map<Key, Value> FlatMapToMap(base::flat_map<Key, Value>&& input) { in FlatMapToMap()
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp23 struct Key { struct
24 template <typename T> Key(const T&) {} in Key() function
25 bool operator< (const Key&) const { return false; } in operator <() argument
/external/libcxx/test/std/containers/unord/unord.map/
Dcompare.pass.cpp22 struct Key { struct
23 template <typename T> Key(const T&) {} in Key() function
24 bool operator== (const Key&) const { return true; } in operator ==() argument
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.c8 struct Key { struct
20 //map <Key, Leaf> argument
/external/skia/tools/gpu/
DMemoryCache.h50 struct Key { struct
52 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() function
54 Key& operator=(const Key&) = default; argument
59 sk_sp<const SkData> fKey; argument
/external/v8/src/objects/
Dlookup-cache.h47 struct Key { struct
52 Key keys_[kLength]; argument
/external/skia/src/gpu/mtl/
DGrMtlDepthStencil.h29 struct Key { struct
38 bool operator==(const Key& that) const { argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
Dconst_folding_rules.h59 struct Key { struct
64 friend bool operator<(const Key& a, const Key& b) { argument
/external/angle/third_party/spirv-tools/src/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
Dconst_folding_rules.h59 struct Key { struct
64 friend bool operator<(const Key& a, const Key& b) { argument
/external/swiftshader/src/Vulkan/
DVkDevice.hpp72 struct Key struct in vk::Device::SamplingRoutineCache
74 uint32_t instruction;
75 uint32_t sampler;
76 uint32_t imageView;
80 struct Hash
/external/v8/src/wasm/
Dwasm-engine.h62 struct Key { struct
68 bool operator==(const Key& other) const { argument
74 bool operator<(const Key& other) const { argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticInfo.cpp139 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V) in Argument()
159 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument()
165 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument()
168 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument()
171 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument()
174 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument()
177 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument()
180 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument()
183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
187 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h67 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
71 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
151 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
219 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
416 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
512 LatticeKey Key; in Print() local

12345678910>>...16