Lines Matching refs:m_ReusableCommandLists
58 m_ReusableCommandLists(), in CommandListSwapper()
79 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
80 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
81 CommandListArray::iterator cacheEnd = m_ReusableCommandLists.end(); in CommandListSwapper()
82 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper()
316 NW_ASSERT( !m_ReusableCommandLists.empty() ); in StartCommandSave()
318 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in StartCommandSave()
328 NW_ASSERT( !m_ReusableCommandLists.empty() ); in EndCommandSave()
347 NW_ASSERT( !m_ReusableCommandLists.empty() ); in ReuseCommand()
350 m_ReusableCommandLists[m_BoundIndex], in ReuseCommand()
381 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in GetReusableCommandBufferSize()