Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h398 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwMode][MaxElementBytesLog2]; variable
Dgfx9addrlib.cpp2147 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex; in InitEquationTable()
2179 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h329 UINT_32 m_equationLookupTable[MaxNumElementBytes][TileTableSize]; variable
Dsiaddrlib.cpp2674 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex]; in HwlComputeSurfaceInfo()
3718 m_equationLookupTable[log2ElementBytes][tileIndex] = equationIndex; in InitEquationTable()