Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2095 for (UINT_32 swModeIdx = 0; swModeIdx < MaxSwMode; swModeIdx++) in InitEquationTable() local
2097 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() local
2179 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()