Home
last modified time | relevance | path

Searched refs:m_VtxShaderIndex (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()
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
Dgr_ShaderLite.h238 … std::memcpy( command, &m_CmdCacheConstArray[ m_ConstRgCmdOffsetArray[m_VtxShaderIndex] ], in MakeVtxConstRgCommand()
239 m_CmdCacheConstNumArray[ m_VtxShaderIndex ] * sizeof( bit32 ) ); in MakeVtxConstRgCommand()
240 return command + m_CmdCacheConstNumArray[ m_VtxShaderIndex ]; in MakeVtxConstRgCommand()
383 return m_VtxShaderIndex; in GetVtxShaderIndex()
606 s32 m_VtxShaderIndex; variable
/CTR-SDK-4.2.5/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_()
Dgr_ShaderLite.cpp25 m_VtxShaderIndex( 0 ), in ShaderLite()
149 m_VtxShaderIndex = vtx_shader_index; in SetShaderIndex()
151 …m_CombShaderIndex = m_CmdCacheOutAttrIndexArray[m_VtxShaderIndex + 1] + m_CmdCacheOutAttrIndexA… in SetShaderIndex()