Searched refs:m_InstructionCount (Results 1 – 2 of 2) sorted by relevance
62 m_InstructionCount = *binary; in AnalyzeBinary()121 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in GetProgramCommandSize()132 size += this->GetLoadCommandSize( m_InstructionCount ); in GetProgramCommandSize()286 u32 vertexInstructionCount = ut::Min( m_InstructionCount, u32(VS_INSTRUCTION_MAX) ); in BuildProgramCommand()324 m_InstructionCount ); in BuildProgramCommand()
63 m_InstructionCount( 0 ), in ShaderBinaryInfo()778 u32 m_InstructionCount; variable