Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp3235 const vector<bool>& attachmentIsLazy, in logAndVerifyImages() argument
3252 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()
3426 void initializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachme… in initializeAttachmentIsLazy() argument
3439 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() argument
3558 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()
3676 const vector<bool>& attachmentIsLazy, in logTestCaseInfo() argument
3685 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()
[all …]