Searched refs:depthStencilCount (Results 1 – 2 of 2) sorted by relevance
1787 const VkSampleCountFlagBits depthStencilCount) in getSampleCountGroupName() argument1792 << "_depth_stencil_" << static_cast<deUint32>(depthStencilCount); in getSampleCountGroupName()
1523 size_t depthStencilCount = hasDepthStencilAttachment() ? 1 : 0; in attachmentCount() local1525 return colorAttachmentCount + mColorResolveAttachmentMask.count() + depthStencilCount + in attachmentCount()