Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp4616 const vector<bool> &attachmentIsLazy, const RenderPass &renderPassInfo, in logAndVerifyImages() argument
4636 if (!attachmentIsLazy[attachmentNdx]) in logAndVerifyImages()
5191 void initializeAttachmentIsLazy(vector<bool> &attachmentIsLazy, const vector<Attachment> &attachmen… in initializeAttachmentIsLazy() argument
5206 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() argument
5343 if (!attachmentIsLazy[attachmentNdx]) in initializeAttachmentImageUsage()
5456 void logTestCaseInfo(TestLog &log, const TestConfig &config, const vector<bool> &attachmentIsLazy, in logTestCaseInfo() argument
5465 DE_ASSERT(attachmentIsLazy.size() == renderPass.getAttachments().size()); in logTestCaseInfo()
[all …]