Searched refs:getLoadOp (Results 1 – 3 of 3) sorted by relevance
378 VkAttachmentLoadOp getLoadOp (void) const;
552 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp() function in vkt::renderpass::Attachment624 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
708 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() function in vkt::__anon53d10fc40111::Attachment870 log << TestLog::Message << "LoadOp: " << attachment.getLoadOp() << TestLog::EndMessage; in logRenderPassInfo()1156 …attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loa… in createAttachmentDescription()3128 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()3130 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()3151 if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()3153 else if (attachment.getLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()4243 if (attachments[attachmentNdx].getLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD in initializeAttachmentIsLazy()4431 if (attachments[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR in initializeRenderPassClearValues()4508 …if (renderPass.getAttachments()[attachmentNdx].getLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR && rende… in logTestCaseInfo()