Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp65 mIndexLinkNodeOffset(Align(objectSize, alignof(IndexLinkNode))), in SlabAllocatorImpl()
66 mBlockStride(Align(mIndexLinkNodeOffset + sizeof(IndexLinkNode), objectAlignment)), in SlabAllocatorImpl()
80 mIndexLinkNodeOffset(rhs.mIndexLinkNodeOffset), in SlabAllocatorImpl()
100 mIndexLinkNodeOffset); in NodeFromObject()
104 return static_cast<void*>(reinterpret_cast<char*>(node) - mIndexLinkNodeOffset); in ObjectFromNode()
DSlabAllocator.h139 const uint32_t mIndexLinkNodeOffset; variable