Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp472 m_depthStencilAttachment = depthStencilAttachment; in SubpassDescription()
481 pDepthStencilAttachment = &m_depthStencilAttachment; in SubpassDescription()
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment; in SubpassDescription()
527 pDepthStencilAttachment = &m_depthStencilAttachment; in SubpassDescription()
545 m_depthStencilAttachment = rhs.m_depthStencilAttachment; in operator =()
556 pDepthStencilAttachment = &m_depthStencilAttachment; in operator =()
DvktDrawCreateInfoUtil.hpp179 vk::VkAttachmentReference m_depthStencilAttachment; member in vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp535 , m_depthStencilAttachment (depthStencilAttachment) in Subpass()
545 … AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; } in getDepthStencilAttachment()
555 AttachmentReference m_depthStencilAttachment; member in vkt::__anon96ae15a30111::Subpass
1618m_depthStencilAttachment = tcu::just(renderPass.getSubpasses()[subpassIndex].getDepthStencilAttac… in SubpassRenderInfo()
1641 …StencilAttachmentLayout (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentLayout()
1642 …hStencilAttachmentIndex (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentIndex()
1661 Maybe<AttachmentReference> m_depthStencilAttachment; member in vkt::__anon96ae15a30111::SubpassRenderInfo