Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Shader.h196 … std::memcpy( command, m_CmdCacheVtxConst, m_CmdCacheVtxConstNum * sizeof( u32 ) ); in MakeVtxConstRgCommand()
197 return command + m_CmdCacheVtxConstNum; in MakeVtxConstRgCommand()
525 u32 m_CmdCacheVtxConstNum; variable
/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp94m_CmdCacheVtxConstNum = MakeConstRgCommand_( m_CmdCacheVtxConst, false ) - m_CmdCacheVtxConst; in SetupBinary()
95 NN_GR_ASSERT( m_CmdCacheVtxConstNum <= CONST_REG_COMMAND_MAX ); in SetupBinary()