Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h237 std::memcpy( command, m_CmdCacheConstArray[ m_VtxShaderIndex ], in MakeVtxConstRgCommand()
238 m_CmdCacheConstNumArray[ m_VtxShaderIndex ] * sizeof( bit32 ) ); in MakeVtxConstRgCommand()
239 return command + m_CmdCacheConstNumArray[ m_VtxShaderIndex ]; in MakeVtxConstRgCommand()
373 return m_VtxShaderIndex; in GetVtxShaderIndex()
577 s32 m_VtxShaderIndex; variable
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp25 m_VtxShaderIndex( 0 ), in Shader()
110 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex()
144 m_VtxShaderIndex, in MakeShaderOutAttrCommandCache_()