Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h382 bit32* MakeConstRgCommand_(
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp89 … m_CmdCacheGeoConstNum = MakeConstRgCommand_( m_CmdCacheGeoConst, true ) - m_CmdCacheGeoConst; in SetupBinary()
94 … m_CmdCacheVtxConstNum = MakeConstRgCommand_( m_CmdCacheVtxConst, false ) - m_CmdCacheVtxConst; in SetupBinary()
250 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_() function in nn::gr::CTR::Shader