Home
last modified time | relevance | path

Searched refs:m_TotalModelNum (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp66 m_TotalModelNum(0), m_ModelIndex(0), in CommandCache()
104 m_TotalModelNum = totalModelNum; in Initialize()
139 if (! ( modelIndex < m_TotalModelNum )) in SetVSUniformMatrixRegisterIndex()
142 modelIndex, m_TotalModelNum); in SetVSUniformMatrixRegisterIndex()
187 if ( modelIndex < m_TotalModelNum ) in SaveCommandBufferStartOffset()
196 modelIndex, m_TotalModelNum); in SaveCommandBufferStartOffset()
234 for (u32 modelIndex = 0; modelIndex < m_TotalModelNum; modelIndex++) in EndSave()
270 if (! ( modelIndex < m_TotalModelNum )) in UpdateVSUniformMatrix()
273 modelIndex, m_TotalModelNum); in UpdateVSUniformMatrix()
352 NN_LOG(" modelIndex = %d, totalModelNum = %d\n", m_ModelIndex, m_TotalModelNum); in Print()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/CommandCache/
Ddemo_CommandCache.h143 u32 m_TotalModelNum; variable