Home
last modified time | relevance | path

Searched refs:InvocationKey (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc442 struct InvocationKey { struct
446 size_t operator()(const InvocationKey& key) const;
456 explicit InvocationKey(const GlobalInvocationId&);
457 explicit InvocationKey(const WindowSpacePosition&);
458 InvocationKey(Type, const Data&);
460 bool operator==(const InvocationKey& other) const;
469 size_t InvocationKey::Hash::operator()(const InvocationKey& key) const { in operator ()()
485 InvocationKey::InvocationKey(const GlobalInvocationId& id) in InvocationKey() function in amber::vulkan::__anonf24a5b550111::InvocationKey
490 InvocationKey::InvocationKey(const WindowSpacePosition& pos) in InvocationKey() function in amber::vulkan::__anonf24a5b550111::InvocationKey
495 InvocationKey::InvocationKey(Type type_, const Data& data_) in InvocationKey() function in amber::vulkan::__anonf24a5b550111::InvocationKey
[all …]
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp633 StringRef InvocationKey(NativeSourcePath); in parseInvocationList() local
635 if (InvocationList.find(InvocationKey) != InvocationList.end()) in parseInvocationList()
654 InvocationList[InvocationKey].emplace_back( in parseInvocationList()
658 if (InvocationList[InvocationKey].empty()) in parseInvocationList()