Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp86 deUint32 attachment_, in AttachmentReference1() argument
95 attachment = attachment_; in AttachmentReference1()
101 deUint32 attachment_, in AttachmentReference2() argument
107 attachment = attachment_; in AttachmentReference2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp89 deUint32 attachment_, in AttachmentReference1() argument
98 attachment = attachment_; in AttachmentReference1()
104 deUint32 attachment_, in AttachmentReference2() argument
110 attachment = attachment_; in AttachmentReference2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17475 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference()
17477 : attachment( attachment_ ) in AttachmentReference()
17492 AttachmentReference & setAttachment( uint32_t attachment_ ) in setAttachment()
17494 attachment = attachment_; in setAttachment()
17532 AttachmentReference2KHR( uint32_t attachment_ = 0, in AttachmentReference2KHR()
17535 : attachment( attachment_ ) in AttachmentReference2KHR()
17557 AttachmentReference2KHR & setAttachment( uint32_t attachment_ ) in setAttachment()
17559 attachment = attachment_; in setAttachment()