Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h426 bit32* MakeConstRgCommand_(
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp106 … m_CmdCacheGeoConstNum = MakeConstRgCommand_( m_CmdCacheGeoConst, true ) - m_CmdCacheGeoConst; in SetupBinary()
111 … m_CmdCacheVtxConstNum = MakeConstRgCommand_( m_CmdCacheVtxConst, false ) - m_CmdCacheVtxConst; in SetupBinary()
303 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_() function in nn::gr::CTR::Shader