Searched refs:CurrMFMAForTransPosition (Results 1 – 1 of 1) sorted by relevance
1547 unsigned CurrMFMAForTransPosition = 0; in applyIGLPStrategy() local1550 &CurrMFMAForTransPosition]() { in applyIGLPStrategy()1551 CurrMFMAForTransPosition += MFMAEnablement; in applyIGLPStrategy()1552 PositionInChain = (CurrMFMAForTransPosition / MFMAChains); in applyIGLPStrategy()1553 MFMAChain = CurrMFMAForTransPosition % MFMAChains; in applyIGLPStrategy()1556 auto getNextTransPositionInChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()1557 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()1561 auto getNextTransMFMAChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()1562 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()