Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp408 const std::vector<deUint32>& preserveAttachments, in Subpass() argument
417 ,m_preserveAttachments (preserveAttachments) in Subpass()
750 …std::vector<std::vector<deUint32> > preserveAttachments(renderPassInfo.getSubpasses().size()… in createRenderPass() local
757 …ReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx]… in createRenderPass()
DvktRenderPassTestsUtil.hpp292 const std::vector<deUint32>& preserveAttachments,
DvktRenderPassTests.cpp549 const vector<deUint32>& preserveAttachments, in Subpass() argument
557 , m_preserveAttachments (preserveAttachments) in Subpass()
845 const vector<deUint32>& preserveAttachments = subpass.getPreserveAttachments(); in logRenderPassInfo() local
900 if (!preserveAttachments.empty()) in logRenderPassInfo()
904 for (size_t preserveNdx = 0; preserveNdx < preserveAttachments.size(); preserveNdx++) in logRenderPassInfo()
907 const deUint32 preserveAttachment = preserveAttachments[preserveNdx]; in logRenderPassInfo()
1219 vector<vector<deUint32> > preserveAttachments(renderPassInfo.getSubpasses().size()); in createRenderPass() local
1226 …ReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx]… in createRenderPass()
5347 vector<deUint32> preserveAttachments; in addAttachmentAllocationTests() local
5351 preserveAttachments.push_back(attachmentIndex); in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp250 std::vector<deUint32> preserveAttachments(1u + numSamples); in iterate() local
254 preserveAttachments[attachNdx] = 1u + attachNdx; in iterate()
289 dataPointer(preserveAttachments) // const deUint32* pPreserveAttachments; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp167 const deUint32* preserveAttachments);