Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp845 size_t depthStencilAttachmentCount = mRenderPassDesc.hasDepthStencilAttachment(); in dumpCommandsForDiagnostics() local
846 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in dumpCommandsForDiagnostics()
862 if (depthStencilAttachmentCount > 0) in dumpCommandsForDiagnostics()
864 ASSERT(depthStencilAttachmentCount == 1); in dumpCommandsForDiagnostics()
Dvk_helpers.cpp1812 size_t depthStencilAttachmentCount = mRenderPassDesc.hasDepthStencilAttachment() ? 1 : 0; in addCommandDiagnostics() local
1813 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in addCommandDiagnostics()
1832 if (depthStencilAttachmentCount > 0) in addCommandDiagnostics()
1834 ASSERT(depthStencilAttachmentCount == 1); in addCommandDiagnostics()