Searched refs:m_InstructionCount (Results 1 – 2 of 2) sorted by relevance
28 m_InstructionCount( 0 ), in Shader()75 m_InstructionCount = *binary; in SetupBinary()264 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()272 … m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()307 m_InstructionCount ); in MakeGeoProgramCommand()
603 u32 m_InstructionCount; variable