Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp379 VkAttachmentStoreOp getStoreOp (void) const;
DvktRenderPassTestsUtil.cpp557 VkAttachmentStoreOp Attachment::getStoreOp (void) const in getStoreOp() function in vkt::renderpass::Attachment
625 …attachment.getStoreOp(), // VkAttachmentStoreOp storeOp; || VkAttachmentStoreOp storeO… in createAttachmentDescription()
DvktRenderPassTests.cpp709 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp() function in vkt::__anon53d10fc40111::Attachment
871 log << TestLog::Message << "StoreOp: " << attachment.getStoreOp() << TestLog::EndMessage; in logRenderPassInfo()
1157 …attachment.getStoreOp(), // VkAttachmentStoreOp storeOp; || VkAttachmentStoreOp s… in createAttachmentDescription()
3443 …d[attachmentIndex] && renderPassInfo.getAttachments()[attachmentIndex].getStoreOp() == VK_ATTACHME… in renderReferenceValues()
3787 if (renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE in logAndVerifyImages()
3838 …if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE |… in logAndVerifyImages()
3846 …if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE |… in logAndVerifyImages()
3854 …if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE |… in logAndVerifyImages()
4244 && attachments[attachmentNdx].getStoreOp() != VK_ATTACHMENT_STORE_OP_STORE in initializeAttachmentIsLazy()