Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp415 ,m_depthStencilAttachment (depthStencilAttachment) in Subpass()
448 return m_depthStencilAttachment; in getDepthStencilAttachment()
DvktRenderPassTestsUtil.hpp318 AttachmentReference m_depthStencilAttachment; member in vkt::renderpass::Subpass
DvktRenderPassTests.cpp568 , m_depthStencilAttachment (depthStencilAttachment) in Subpass()
579 … AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; } in getDepthStencilAttachment()
590 AttachmentReference m_depthStencilAttachment; member in vkt::__anonc44970a30111::Subpass
1718m_depthStencilAttachment = tcu::just(renderPass.getSubpasses()[subpassIndex].getDepthStencilAttac… in SubpassRenderInfo()
1743 …StencilAttachmentLayout (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentLayout()
1744 …hStencilAttachmentIndex (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilA… in getDepthStencilAttachmentIndex()
1765 Maybe<AttachmentReference> m_depthStencilAttachment; member in vkt::__anonc44970a30111::SubpassRenderInfo