Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp28 m_InstructionCount( 0 ), in Shader()
75 m_InstructionCount = *binary; in SetupBinary()
264 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()
272m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()
307 m_InstructionCount ); in MakeGeoProgramCommand()
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h603 u32 m_InstructionCount; variable