Searched refs:attachmentIsLazy (Results 1 – 1 of 1) sorted by relevance
3235 const vector<bool>& attachmentIsLazy, in logAndVerifyImages() argument3252 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()3426 void initializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachme… in initializeAttachmentIsLazy() argument3439 attachmentIsLazy.push_back(true); in initializeAttachmentIsLazy()3444 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()3451 attachmentIsLazy.push_back(false); in initializeAttachmentIsLazy()3528 …ntImageUsage, const RenderPass& renderPassInfo, const vector<bool>& attachmentIsLazy, const vector… in initializeAttachmentImageUsage() argument3558 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()3676 const vector<bool>& attachmentIsLazy, in logTestCaseInfo() argument3685 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()[all …]