Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Shader.cpp57 m_InstructionCount = *binary; in SetupBinary()
195 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()
203m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()
237 m_InstructionCount ); in MakeGeoProgramCommand()
/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Shader.h502 u32 m_InstructionCount; variable