Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp529 const vector<deUint32>& preserveAttachments) in Subpass() argument
536 , m_preserveAttachments (preserveAttachments) in Subpass()
811 const vector<deUint32>& preserveAttachments = subpass.getPreserveAttachments(); in logRenderPassInfo() local
864 if (!preserveAttachments.empty()) in logRenderPassInfo()
868 for (size_t preserveNdx = 0; preserveNdx < preserveAttachments.size(); preserveNdx++) in logRenderPassInfo()
871 const deUint32 preserveAttachment = preserveAttachments[preserveNdx]; in logRenderPassInfo()
1154 vector<vector<deUint32> > preserveAttachments(renderPassInfo.getSubpasses().size()); in createRenderPass() local
1160 …ReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx]… in createRenderPass()
5153 vector<deUint32> preserveAttachments; in addAttachmentAllocationTests() local
5157 preserveAttachments.push_back(attachmentIndex); in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp167 const deUint32* preserveAttachments);