Searched refs:mNextAllocationOffset (Results 1 – 4 of 4) sorted by relevance
29 mNextAllocationOffset(0),181 angle::base::CheckedNumeric<size_t> checkedNextWriteOffset = mNextAllocationOffset;216 mNextAllocationOffset = 0;242 mNextAllocationOffset;247 *offsetOut = static_cast<size_t>(mNextAllocationOffset);249 mNextAllocationOffset += static_cast<uint32_t>(sizeToAllocate);255 if (mBuffer && mNextAllocationOffset > mLastFlushOffset)263 mBuffer->flush(contextMtl, mLastFlushOffset, mNextAllocationOffset - mLastFlushOffset);265 mLastFlushOffset = mNextAllocationOffset;282 mNextAllocationOffset = 0;[all …]
119 uint32_t mNextAllocationOffset; variable
1943 mNextAllocationOffset(0), in DynamicBuffer()1956 mNextAllocationOffset(other.mNextAllocationOffset), in DynamicBuffer()2048 angle::base::CheckedNumeric<size_t> checkedNextWriteOffset = mNextAllocationOffset; in allocateFromCurrentBuffer()2060 *ptrOut = mBuffer->getMappedMemory() + mNextAllocationOffset; in allocateFromCurrentBuffer()2061 *offsetOut = static_cast<VkDeviceSize>(mNextAllocationOffset); in allocateFromCurrentBuffer()2063 mNextAllocationOffset += static_cast<uint32_t>(sizeToAllocate); in allocateFromCurrentBuffer()2075 mNextAllocationOffset = in allocateWithAlignment()2076 roundUp<uint32_t>(mNextAllocationOffset, static_cast<uint32_t>(alignment)); in allocateWithAlignment()2079 angle::base::CheckedNumeric<size_t> checkedNextWriteOffset = mNextAllocationOffset; in allocateWithAlignment()2119 mNextAllocationOffset = 0; in allocateWithAlignment()[all …]
175 uint32_t mNextAllocationOffset; variable