Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp27 m_InstructionCount( 0 ), m_SwizzleCount( 0 ), in Shader()
77 m_InstructionCount = *binary; in SetupBinary()
199 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()
207m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()
241 m_InstructionCount ); in MakeGeoProgramCommand()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Shader.h546 u32 m_InstructionCount; variable