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.cpp1773 …Maybe<VkImageLayout> getDepthStencilAttachmentLayout (void) const { return m_depthStencilAttachm… in getDepthStencilAttachmentLayout() function in vkt::__anon53d10fc40111::SubpassRenderInfo
1940 const VkBool32 writeDepth = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1941 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1942 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACH… in createSubpassPipeline()
1946 const VkBool32 writeStencil = renderInfo.getDepthStencilAttachmentLayout() in createSubpassPipeline()
1947 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL in createSubpassPipeline()
1948 …&& *renderInfo.getDepthStencilAttachmentLayout() != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_… in createSubpassPipeline()
2336 const VkImageLayout layout = *m_renderInfo.getDepthStencilAttachmentLayout(); in pushRenderCommands()