Searched refs:lastAttachmentWasLazy (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp3428 bool lastAttachmentWasLazy = false; local
3437 if (imageMemory == TestConfig::IMAGEMEMORY_LAZY || (imageMemory & TestConfig::IMAGEMEMORY_LAZY && !lastAttachmentWasLazy))
3440 lastAttachmentWasLazy = true;
3445 lastAttachmentWasLazy = false;

Completed in 55 milliseconds