Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp407 const std::vector<deUint32>& preserveAttachments, in Subpass() argument
416 ,m_preserveAttachments (preserveAttachments) in Subpass()
777 …std::vector<std::vector<deUint32> > preserveAttachments(renderPassInfo.getSubpasses().size()… in createRenderPass() local
784 …ReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx]… in createRenderPass()
DvktRenderPassTestsUtil.hpp298 const std::vector<deUint32>& preserveAttachments,
DvktRenderPassTests.cpp591 const vector<deUint32>& preserveAttachments, in Subpass() argument
599 , m_preserveAttachments (preserveAttachments) in Subpass()
907 const vector<deUint32>& preserveAttachments = subpass.getPreserveAttachments(); in logRenderPassInfo() local
962 if (!preserveAttachments.empty()) in logRenderPassInfo()
966 for (size_t preserveNdx = 0; preserveNdx < preserveAttachments.size(); preserveNdx++) in logRenderPassInfo()
969 const deUint32 preserveAttachment = preserveAttachments[preserveNdx]; in logRenderPassInfo()
1281 vector<vector<deUint32> > preserveAttachments(renderPassInfo.getSubpasses().size()); in createRenderPass() local
1288 …ReferenceLists[subpassNdx * perSubpassAttachmentReferenceLists]), &preserveAttachments[subpassNdx]… in createRenderPass()
5549 vector<deUint32> preserveAttachments; in addAttachmentAllocationTests() local
5553 preserveAttachments.push_back(attachmentIndex); in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp253 std::vector<deUint32> preserveAttachments(1u + numSamples); in iterate() local
257 preserveAttachments[attachNdx] = 1u + attachNdx; in iterate()
292 dataPointer(preserveAttachments) // const deUint32* pPreserveAttachments; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp167 const deUint32* preserveAttachments);
/external/mesa3d/docs/relnotes/
D19.1.0.rst4261 - radv: do not set preserveAttachments for internal render passes