Searched defs:m_depthStencilAttachment (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp179 vk::VkAttachmentReference m_depthStencilAttachment; member in class:vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.hpp181 vk::VkAttachmentReference m_depthStencilAttachment; member in class:vkt::DynamicState::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.hpp179 vk::VkAttachmentReference m_depthStencilAttachment; member in class:vkt::QueryPool::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp442 , m_depthStencilAttachment (depthStencilAttachment)
452 const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; }
462 AttachmentReference m_depthStencilAttachment; member in class:vkt::__anon3766::Subpass
1450 m_depthStencilAttachment = tcu::just(renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment());
1469 Maybe<VkImageLayout> getDepthStencilAttachmentLayout (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getImageLayout()) : tcu::nothing<VkImageLayout>(); }
1470 Maybe<deUint32> getDepthStencilAttachmentIndex (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getAttachment()) : tcu::nothing<deUint32>(); };
1488 Maybe<AttachmentReference> m_depthStencilAttachment; member in class:vkt::__anon3766::SubpassRenderInfo

Completed in 290 milliseconds