Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3516 const vector<bool>& attachmentIsLazy, in logAndVerifyImages() argument
3535 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()
3974 void initializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachme… in initializeAttachmentIsLazy() argument
3987 attachmentIsLazy.push_back(true); in initializeAttachmentIsLazy()
3993 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()
4000 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()
4086 …ntImageUsage, const RenderPass& renderPassInfo, const vector<bool>& attachmentIsLazy, const vector… in initializeAttachmentImageUsage() argument
4115 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()
4240 const vector<bool>& attachmentIsLazy, in logTestCaseInfo() argument
4249 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()
[all …]