Lines Matching refs:m_ReusableCommandLists
55 m_ReusableCommandLists(), in CommandListSwapper()
75 m_ReusableCommandLists = CommandListArray(description.commandListCount, allocator), in CommandListSwapper()
76 m_ReusableCommandLists.resize(description.commandListCount); in CommandListSwapper()
77 CommandListArray::iterator cacheEnd = m_ReusableCommandLists.end(); in CommandListSwapper()
78 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper()
300 NW_ASSERT( !m_ReusableCommandLists.empty() ); in StartCommandSave()
302 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in StartCommandSave()
312 NW_ASSERT( !m_ReusableCommandLists.empty() ); in EndCommandSave()
331 NW_ASSERT( !m_ReusableCommandLists.empty() ); in ReuseCommand()
334 m_ReusableCommandLists[m_BoundIndex], in ReuseCommand()
365 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in GetReusableCommandBufferSize()