Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp639 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() function in vkt::__anon96ae15a30111::Attachment
774 log << TestLog::Message << "LoadOp: " << attachment.getLoadOp() << TestLog::EndMessage; in logRenderPassInfo()
1055 attachment.getLoadOp(), // loadOp in createAttachmentDescription()
2974 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()
2976 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()
2997 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()
2999 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()
3980 if (attachments[attachmentNdx].getLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD in initializeAttachmentIsLazy()
4168 if (attachments[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR in initializeRenderPassClearValues()
4266 …if (renderPass.getAttachments()[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR && rende… in logTestCaseInfo()