Searched refs:attachmentIsLazy (Results 1 – 1 of 1) sorted by relevance
4616 const vector<bool> &attachmentIsLazy, const RenderPass &renderPassInfo, in logAndVerifyImages() argument4636 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()5191 void initializeAttachmentIsLazy(vector<bool> &attachmentIsLazy, const vector<Attachment> &attachmen… in initializeAttachmentIsLazy() argument5206 attachmentIsLazy.push_back(true); in initializeAttachmentIsLazy()5212 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()5219 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()5308 … const RenderPass &renderPassInfo, const vector<bool> &attachmentIsLazy, in initializeAttachmentImageUsage() argument5343 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()5456 void logTestCaseInfo(TestLog &log, const TestConfig &config, const vector<bool> &attachmentIsLazy, in logTestCaseInfo() argument5465 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()[all …]