Searched refs:activateCommandSize (Results 1 – 1 of 1) sorted by relevance
164 …s32 activateCommandSize = internal::CalcSetupActivateVertexAttributeCommandSize(separateShape, s… in Setup() local167 void* buffer = allocator->Alloc( activateCommandSize + deactivateCommandSize, 4 ); in Setup()169 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup()172 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize); in Setup()175 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()178 ref().m_ActivateCommandCacheSize = activateCommandSize; in Setup()180 …activateCommandCache = nw::ut::AddOffsetToPtr( ref().m_ActivateCommandCache, activateCommandSize ); in Setup()