Searched refs:getLoadOp (Results 1 – 3 of 3) sorted by relevance
553 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp() function in vkt::renderpass::Attachment625 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
372 VkAttachmentLoadOp getLoadOp (void) const;
663 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() function in vkt::__anon53d10fc40111::Attachment808 log << TestLog::Message << "LoadOp: " << attachment.getLoadOp() << TestLog::EndMessage; in logRenderPassInfo()1094 …attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loa… in createAttachmentDescription()3063 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()3065 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()3086 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()3088 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()4065 if (attachments[attachmentNdx].getLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD in initializeAttachmentIsLazy()4253 if (attachments[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR in initializeRenderPassClearValues()4350 …if (renderPass.getAttachments()[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR && rende… in logTestCaseInfo()