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.hpp378 VkAttachmentLoadOp getLoadOp (void) const;
DvktRenderPassTestsUtil.cpp552 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp() function in vkt::renderpass::Attachment
624 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
DvktRenderPassTests.cpp708 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() function in vkt::__anon53d10fc40111::Attachment
870 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()