Searched refs:rsrcTypeIdx (Results 1 – 1 of 1) sorted by relevance
2090 for (UINT_32 rsrcTypeIdx = 0; rsrcTypeIdx < MaxRsrcType; rsrcTypeIdx++) in InitEquationTable() local2092 AddrResourceType rsrcType = static_cast<AddrResourceType>(rsrcTypeIdx + ADDR_RSRC_TEX_2D); in InitEquationTable()2147 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex; in InitEquationTable()2176 UINT_32 rsrcTypeIdx = static_cast<UINT_32>(rsrcType) - 1; in HwlGetEquationIndex() local2179 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()