Home
last modified time | relevance | path

Searched refs:m_depthStencilAttachment (Results 1 – 5 of 5) 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/
DvktRenderPassTestsUtil.hpp317 AttachmentReference m_depthStencilAttachment; member in vkt::renderpass::Subpass
DvktRenderPassTestsUtil.cpp415 ,m_depthStencilAttachment (depthStencilAttachment) in Subpass()
448 return m_depthStencilAttachment; in getDepthStencilAttachment()
DvktRenderPassTests.cpp598 , m_depthStencilAttachment (depthStencilAttachment) in Subpass()
609 … AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; } in getDepthStencilAttachment()
620 AttachmentReference m_depthStencilAttachment; member in vkt::__anon53d10fc40111::Subpass
1748m_depthStencilAttachment = tcu::just(renderPass.getSubpasses()[subpassIndex].getDepthStencilAttac… in SubpassRenderInfo()
1773 …StencilAttachmentLayout (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentLayout()
1774 …hStencilAttachmentIndex (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentIndex()
1795 Maybe<AttachmentReference> m_depthStencilAttachment; member in vkt::__anon53d10fc40111::SubpassRenderInfo