Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp553 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp() function in vkt::renderpass::Attachment
625 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
DvktRenderPassTestsUtil.hpp372 VkAttachmentLoadOp getLoadOp (void) const;
DvktRenderPassTests.cpp663 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() function in vkt::__anon53d10fc40111::Attachment
808 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()