Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp413 uint32_t dsAttachmentKey = in getRenderPassDescKey() local
415 return (((uint64_t) colorAttachmentKey) << 32) | dsAttachmentKey; in getRenderPassDescKey()
/external/skia/src/gpu/graphite/mtl/
DMtlCaps.mm694 uint32_t dsAttachmentKey = depthStencilInfo.fFormat << 16 | depthStencilInfo.fSampleCount;
695 return (((uint64_t) colorAttachmentKey) << 32) | dsAttachmentKey;