Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp568 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp() function in vkt::renderpass::Attachment
628 …attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStore… in createAttachmentDescription()
DvktRenderPassTestsUtil.hpp376 VkAttachmentStoreOp getStencilStoreOp (void) const;
DvktRenderPassTests.cpp668 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() function in vkt::__anon53d10fc40111::Attachment
812 …log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMes… in logRenderPassInfo()
1097 …attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentS… in createAttachmentDescription()
3386 …encilAttachment && renderPassInfo.getAttachments()[attachmentIndex].getStencilStoreOp() == VK_ATTA… in renderReferenceValues()
3664 …if (renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_S… in logAndVerifyImages()
3686 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3701 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3716 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
4068 && attachments[attachmentNdx].getStencilStoreOp() != VK_ATTACHMENT_STORE_OP_STORE) in initializeAttachmentIsLazy()