Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.h330 UINT_32 m_equationLookupTable[MaxNumElementBytes][TileTableSize]; variable
Dsiaddrlib.cpp2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex]; in HwlComputeSurfaceInfo()
3766 m_equationLookupTable[log2ElementBytes][tileIndex] = equationIndex; in InitEquationTable()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp1918 m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] = equationIndex; in InitEquationTable()
1949 equationIdx = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2]; in HwlGetEquationIndex()
3042 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeStereoInfo()
3979 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeSurfaceAddrFromCoordMicroTiled()
4088 const UINT_32 eqIndex = m_equationLookupTable[rsrcIdx][swMode][elemLog2]; in ComputeSurfaceAddrFromCoordMacroTiled()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h938 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwModeType][MaxElementBytesLog2]; variable
Daddrlib2.cpp1978 … if (m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] == ADDR_INVALID_EQUATION_INDEX) in FilterInvalidEqSwizzleMode()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2230 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex; in InitEquationTable()
2262 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()