Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp123 const deUint32* pPreserveAttachments_) in SubpassDescription1() argument
140 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
154 const deUint32* pPreserveAttachments_) in SubpassDescription2() argument
168 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp126 const deUint32* pPreserveAttachments_) in SubpassDescription1() argument
143 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription1()
157 const deUint32* pPreserveAttachments_) in SubpassDescription2() argument
171 pPreserveAttachments = pPreserveAttachments_; in SubpassDescription2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp42662 const uint32_t* pPreserveAttachments_ = nullptr ) in SubpassDescription()
42672 , pPreserveAttachments( pPreserveAttachments_ ) in SubpassDescription()
42740 SubpassDescription & setPPreserveAttachments( const uint32_t* pPreserveAttachments_ ) in setPPreserveAttachments()
42742 pPreserveAttachments = pPreserveAttachments_; in setPPreserveAttachments()
43027 const uint32_t* pPreserveAttachments_ = nullptr ) in SubpassDescription2KHR()
43038 , pPreserveAttachments( pPreserveAttachments_ ) in SubpassDescription2KHR()
43118 SubpassDescription2KHR & setPPreserveAttachments( const uint32_t* pPreserveAttachments_ ) in setPPreserveAttachments()
43120 pPreserveAttachments = pPreserveAttachments_; in setPPreserveAttachments()