Searched refs:depthStencilAttachmentCount (Results 1 – 2 of 2) sorted by relevance
845 size_t depthStencilAttachmentCount = mRenderPassDesc.hasDepthStencilAttachment(); in dumpCommandsForDiagnostics() local846 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in dumpCommandsForDiagnostics()862 if (depthStencilAttachmentCount > 0) in dumpCommandsForDiagnostics()864 ASSERT(depthStencilAttachmentCount == 1); in dumpCommandsForDiagnostics()
1812 size_t depthStencilAttachmentCount = mRenderPassDesc.hasDepthStencilAttachment() ? 1 : 0; in addCommandDiagnostics() local1813 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in addCommandDiagnostics()1832 if (depthStencilAttachmentCount > 0) in addCommandDiagnostics()1834 ASSERT(depthStencilAttachmentCount == 1); in addCommandDiagnostics()