Searched refs:swModeIdx (Results 1 – 1 of 1) sorted by relevance
2095 for (UINT_32 swModeIdx = 0; swModeIdx < MaxSwMode; swModeIdx++) in InitEquationTable() local2097 AddrSwizzleMode swMode = static_cast<AddrSwizzleMode>(swModeIdx); in InitEquationTable()2147 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex; in InitEquationTable()2177 UINT_32 swModeIdx = static_cast<UINT_32>(swMode); in HwlGetEquationIndex() local2179 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()