Searched refs:deactivateCommandSize (Results 1 – 1 of 1) sorted by relevance
167 …s32 deactivateCommandSize = internal::CalcSetupDeactivateVertexAttributeCommandSize(separateShape,… in Setup() local169 void* buffer = allocator->Alloc( activateCommandSize + deactivateCommandSize, 4 ); in Setup()171 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup()177 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()183 ref().m_DeactivateCommandCacheSize = deactivateCommandSize; in Setup()