Searched refs:m_InstructionCount (Results 1 – 4 of 4) 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()
28 m_InstructionCount( 0 ), in ShaderLite()107 m_InstructionCount = *binary; in SetupBinary()327 u32 instructionCount = m_InstructionCount; in MakeVtxProgramCommand()335 … m_InstructionCount < 512 ? m_InstructionCount : 512 ); in MakeVtxProgramCommand()370 m_InstructionCount ); in MakeGeoProgramCommand()
603 u32 m_InstructionCount; variable
637 u32 m_InstructionCount; variable