Searched refs:toCopySize (Results 1 – 1 of 1) sorted by relevance
124 const size_t toCopySize = m_writePos + kSyncDataSize; in CommandBufferStagingStream() local126 std::vector<uint8_t> tmp(copyLocation, copyLocation + toCopySize); in CommandBufferStagingStream()137 memcpy(newBuf, tmp.data(), toCopySize); in CommandBufferStagingStream()