Searched refs:attachmentIsLazy (Results 1 – 1 of 1) sorted by relevance
3743 const vector<bool>& attachmentIsLazy, in logAndVerifyImages() argument3762 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()4237 void initializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachme… in initializeAttachmentIsLazy() argument4250 attachmentIsLazy.push_back(true); in initializeAttachmentIsLazy()4256 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()4263 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()4349 …ntImageUsage, const RenderPass& renderPassInfo, const vector<bool>& attachmentIsLazy, const vector… in initializeAttachmentImageUsage() argument4378 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()4481 const vector<bool>& attachmentIsLazy, in logTestCaseInfo() argument4490 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()[all …]