Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h223 … std::memcpy( command, m_CmdCacheGeoConst, m_CmdCacheGeoConstNum * sizeof( bit32 ) ); in MakeGeoConstRgCommand()
224 return command + m_CmdCacheGeoConstNum; in MakeGeoConstRgCommand()
602 u32 m_CmdCacheGeoConstNum; variable
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp31 m_CmdCacheVtxConstNum( 0 ), m_CmdCacheGeoConstNum( 0 ) in Shader()
106m_CmdCacheGeoConstNum = MakeConstRgCommand_( m_CmdCacheGeoConst, true ) - m_CmdCacheGeoConst; in SetupBinary()
107 NN_GR_ASSERT( m_CmdCacheGeoConstNum <= CONST_REG_COMMAND_MAX ); in SetupBinary()