Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_ShaderLite.h290 …std::memcpy( command, &m_CmdCacheOutAttrArray[ m_CmdCacheOutAttrOffsetArray[ m_CombShaderIndex ] ], in MakeOutAttrCommand()
291 m_CmdCacheOutAttrNumArray[ m_CombShaderIndex ] * sizeof( bit32 ) ); in MakeOutAttrCommand()
293 return command + m_CmdCacheOutAttrNumArray[ m_CombShaderIndex ]; in MakeOutAttrCommand()
616 s32 m_CombShaderIndex; variable
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_ShaderLite.cpp151m_CombShaderIndex = m_CmdCacheOutAttrIndexArray[m_VtxShaderIndex + 1] + m_CmdCacheOutAttrIndexA… in SetShaderIndex()