Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h650 reinterpret_cast<CommandHeader *>(mCurrentWritePointer)->id = CommandID::Invalid; in initialize()
673 CommandHeader *header = reinterpret_cast<CommandHeader *>(mCurrentWritePointer); in commonInit()
678 mCurrentWritePointer += allocationSize; in commonInit()
680 reinterpret_cast<CommandHeader *>(mCurrentWritePointer)->id = CommandID::Invalid; in commonInit()
686 mCurrentWritePointer = mAllocator->fastAllocate(kBlockSize); in allocateNewBlock()
688 mCommands.push_back(reinterpret_cast<CommandHeader *>(mCurrentWritePointer)); in allocateNewBlock()
706 *variableDataPtr = Offset<uint8_t>(mCurrentWritePointer, fixedAllocationSize); in initCommand()
745 uint8_t *mCurrentWritePointer; variable
750 : mAllocator(nullptr), mCurrentWritePointer(nullptr), mCurrentBytesRemaining(0) in SecondaryCommandBuffer()