Home
last modified time | relevance | path

Searched defs: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()
5191 void initializeAttachmentIsLazy(vector<bool> &attachmentIsLazy, const vector<Attachment> &attachmen… in initializeAttachmentIsLazy()
5308 … const RenderPass &renderPassInfo, const vector<bool> &attachmentIsLazy, in initializeAttachmentImageUsage()
5456 void logTestCaseInfo(TestLog &log, const TestConfig &config, const vector<bool> &attachmentIsLazy, in logTestCaseInfo()
5645 vector<bool> attachmentIsLazy; in renderPassTest() local