Home
last modified time | relevance | path

Searched refs:m_CmdCacheConstArray (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Shader.h237 std::memcpy( command, m_CmdCacheConstArray[ m_VtxShaderIndex ], in MakeVtxConstRgCommand()
252 std::memcpy( command, m_CmdCacheConstArray[ m_GeoShaderIndex ], in MakeGeoConstRgCommand()
644 bit32 m_CmdCacheConstArray[ EXE_IMAGE_MAX ][ CONST_REG_COMMAND_MAX ]; variable
Dgr_ShaderLite.h238 … std::memcpy( command, &m_CmdCacheConstArray[ m_ConstRgCmdOffsetArray[m_VtxShaderIndex] ], in MakeVtxConstRgCommand()
253 … std::memcpy( command, &m_CmdCacheConstArray[ m_ConstRgCmdOffsetArray[m_GeoShaderIndex] ], in MakeGeoConstRgCommand()
678 bit32* m_CmdCacheConstArray; variable
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Shader.cpp129 MakeConstRgCommand_( m_CmdCacheConstArray[ shader_index ], in MakeShaderConstCommandCache_()
131 m_CmdCacheConstArray[ shader_index ]; in MakeShaderConstCommandCache_()
Dgr_ShaderLite.cpp168 MakeConstRgCommand_( &m_CmdCacheConstArray[ offset ], shader_index ); in MakeShaderConstCommandCache_()
1335 m_CmdCacheConstArray = buf; in AssignBuffer_()