Searched refs:depthStencilCount (Results 1 – 3 of 3) sorted by relevance
1773 const VkSampleCountFlagBits depthStencilCount) in getSampleCountGroupName() argument1778 << "_depth_stencil_" << static_cast<deUint32>(depthStencilCount); in getSampleCountGroupName()
1545 size_t depthStencilCount = hasDepthStencilAttachment() ? 1 : 0; in attachmentCount() local1547 return colorAttachmentCount + mColorResolveAttachmentMask.count() + depthStencilCount + in attachmentCount()