Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1641 …Maybe<VkImageLayout> getDepthStencilAttachmentLayout (void) const { return m_depthStencilAttachm… in getDepthStencilAttachmentLayout() function in vkt::__anon96ae15a30111::SubpassRenderInfo
1825 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1826 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1827 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACH… in createSubpassPipeline()
1830 const VkBool32 writeStencil = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1831 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1832 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_… in createSubpassPipeline()
2215 const VkImageLayout layout = *m_renderInfo.getDepthStencilAttachmentLayout(); in pushRenderCommands()