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.cpp1713 …Maybe<VkImageLayout> getDepthStencilAttachmentLayout (void) const { return m_depthStencilAttachm… in getDepthStencilAttachmentLayout() function in vkt::__anon53d10fc40111::SubpassRenderInfo
1880 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1881 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1882 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACH… in createSubpassPipeline()
1886 const VkBool32 writeStencil = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1887 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1888 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_… in createSubpassPipeline()
2273 const VkImageLayout layout = *m_renderInfo.getDepthStencilAttachmentLayout(); in pushRenderCommands()