Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h725 ASSERT(mCommands.size() > 0 || mCurrentBytesRemaining == 0); in getCommandSize()
727 static_cast<uint32_t>((mCommands.size() * kBlockSize) - mCurrentBytesRemaining); in getCommandSize()
737 mCurrentBytesRemaining -= allocationSize; in commonInit()
753 mCurrentBytesRemaining = blockSize;
769 if (mCurrentBytesRemaining < requiredSize) in initCommand()
794 if (mCurrentBytesRemaining < (allocationSize + sizeof(CommandHeader))) in initCommand()
828 size_t mCurrentBytesRemaining; variable
832 : mIsOpen(true), mAllocator(nullptr), mCurrentWritePointer(nullptr), mCurrentBytesRemaining(0) in SecondaryCommandBuffer()