Home
last modified time | relevance | path

Searched refs:InvocationKey (Results 1 – 1 of 1) 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::__anoneda91db30111::InvocationKey
490 InvocationKey::InvocationKey(const WindowSpacePosition& pos) in InvocationKey() function in amber::vulkan::__anoneda91db30111::InvocationKey
495 InvocationKey::InvocationKey(Type type_, const Data& data_) in InvocationKey() function in amber::vulkan::__anoneda91db30111::InvocationKey
[all …]