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.hpp382 VkAttachmentStoreOp getStencilStoreOp (void) const;
DvktRenderPassTestsUtil.cpp567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp() function in vkt::renderpass::Attachment
627 …attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStore… in createAttachmentDescription()
DvktRenderPassTests.cpp713 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() function in vkt::__anon53d10fc40111::Attachment
874 …log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMes… in logRenderPassInfo()
1159 …attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentS… in createAttachmentDescription()
3451 …encilAttachment && renderPassInfo.getAttachments()[attachmentIndex].getStencilStoreOp() == VK_ATTA… in renderReferenceValues()
3793 …if (renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_S… in logAndVerifyImages()
3838 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3846 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3854 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
4246 && attachments[attachmentNdx].getStencilStoreOp() != VK_ATTACHMENT_STORE_OP_STORE) in initializeAttachmentIsLazy()