Searched defs:alignedOffset (Results 1 – 7 of 7) sorted by relevance
121 intptr_t alignedOffset = (intptr_t)p - (intptr_t)block; in release() local
220 uintptr_t alignedOffset = (~reinterpret_cast<uintptr_t>(fCursor) + 1) & mask; in allocObject() local
627 int SkBlockAllocator::Block::alignedOffset(int offset) const { in alignedOffset() function
483 uint32_t alignedOffset = get_ubo_aligned_offset(fLayout, in advanceOffset() local
5798 VkDeviceSize alignedOffset = (bufferOffset / offsetAlignment) * offsetAlignment; in updateTransformFeedbackBuffer() local6234 VkDeviceSize alignedOffset = (offset / requiredOffsetAlignment) * requiredOffsetAlignment; in updateAtomicCounters() local
6717 VkDeviceSize alignedOffset = (offset / offsetAlignment) * offsetAlignment; in writeAtomicCounterBufferDriverUniformOffsets() local
10861 VkDeviceSize alignedOffset = VmaAlignUp(block.offset, allocAlignment); in CheckBlock() local