Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp315 const uint32_t depthStencilSampleCount = attachment->GetTexture()->GetSampleCount(); in ValidateRenderPassDepthStencilAttachment() local
318 depthStencilSampleCount != *sampleCount, in ValidateRenderPassDepthStencilAttachment()
321 attachment, depthStencilSampleCount, *sampleCount); in ValidateRenderPassDepthStencilAttachment()
323 *sampleCount = depthStencilSampleCount; in ValidateRenderPassDepthStencilAttachment()