Home
last modified time | relevance | path

Searched defs:alignedPtr (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp233 char* alignedPtr = AlignPtr(allocation, mAllocationAlignment); in GetNewSlab() local
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp86 uint8_t *alignedPtr = memory + kGuardBlockSize + HeaderSize(); in GetDataPointer() local
/third_party/skia/src/core/
DSkBlockAllocator.h639 uintptr_t alignedPtr = (blockPtr + offset + Padding + Align - 1) & ~(Align - 1); in alignedOffset() local
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c463 void* alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp830 void *alignedPtr = std::align(alignment, size, ptr, space); in addConstantData() local
847 void *alignedPtr = std::align(alignment, size, ptr, space); in addConstantData() local