Searched refs:m_InstructionCount (Results 1 – 2 of 2) sorted by relevance
27 m_InstructionCount( 0 ), m_SwizzleCount( 0 ), in Shader()77 m_InstructionCount = *binary; in SetupBinary()199 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()207 … m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()241 m_InstructionCount ); in MakeGeoProgramCommand()
546 u32 m_InstructionCount; variable