Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Shader.h380 u32* MakeConstRgCommand_(
/CTR-SDK-0.13.2/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 u32* Shader::MakeConstRgCommand_( u32* command, in MakeConstRgCommand_() function in nn::gr::CTR::Shader