Home
last modified time | relevance | path

Searched refs:attachmentReference (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp139 vkhpp::AttachmentReference attachmentReference = { in createRenderPass() local
145 .pColorAttachments = &attachmentReference, in createRenderPass()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp464 …std::size_t operator()(VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference) cons… in operator ()()
467 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
468 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()
Dvulkan_hash.hpp1032 …std::size_t operator()(VULKAN_HPP_NAMESPACE::AttachmentReference const & attachmentReference) cons… in operator ()()
1035 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.attachment ); in operator ()()
1036 VULKAN_HPP_HASH_COMBINE( seed, attachmentReference.layout ); in operator ()()