Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1787 const VkSampleCountFlagBits depthStencilCount) in getSampleCountGroupName() argument
1792 << "_depth_stencil_" << static_cast<deUint32>(depthStencilCount); in getSampleCountGroupName()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1523 size_t depthStencilCount = hasDepthStencilAttachment() ? 1 : 0; in attachmentCount() local
1525 return colorAttachmentCount + mColorResolveAttachmentMask.count() + depthStencilCount + in attachmentCount()