Home
last modified time | relevance | path

Searched refs:cachedMetaEqIndex (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp1615 UINT_32 cachedMetaEqIndex; in GetMetaEquation() local
1617 for (cachedMetaEqIndex = 0; cachedMetaEqIndex < MaxCachedMetaEq; cachedMetaEqIndex++) in GetMetaEquation()
1620 &m_cachedMetaEqKey[cachedMetaEqIndex], in GetMetaEquation()
1629 if (cachedMetaEqIndex < MaxCachedMetaEq) in GetMetaEquation()
1631 pMetaEq = &m_cachedMetaEq[cachedMetaEqIndex]; in GetMetaEquation()