Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp644 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() function in vkt::__anon96ae15a30111::Attachment
778 …log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMes… in logRenderPassInfo()
1059 attachment.getStencilStoreOp(), // stencilStoreOp in createAttachmentDescription()
3293 …encilAttachment && renderPassInfo.getAttachments()[attachmentIndex].getStencilStoreOp() == VK_ATTA… in renderReferenceValues()
3587 …if (renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_S… in logAndVerifyImages()
3618 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3633 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3648 …NT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTA… in logAndVerifyImages()
3983 && attachments[attachmentNdx].getStencilStoreOp() != VK_ATTACHMENT_STORE_OP_STORE) in initializeAttachmentIsLazy()