Searched refs:m_equationLookupTable (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h331 UINT_32 m_equationLookupTable[MaxNumElementBytes][TileTableSize]; member in class:Addr::V1::SiLib
H A Dsiaddrlib.cpp2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
3766 m_equationLookupTable[log2ElementBytes][tileIndex] = equationIndex;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h330 UINT_32 m_equationLookupTable[MaxNumElementBytes][TileTableSize]; member in class:Addr::V1::SiLib
H A Dsiaddrlib.cpp2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
3766 m_equationLookupTable[log2ElementBytes][tileIndex] = equationIndex;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h548 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwMode][MaxElementBytesLog2]; member in class:Addr::V2::Gfx9Lib
H A Dgfx9addrlib.cpp2246 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex;
2278 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2];
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.h972 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwModeType][MaxElementBytesLog2]; member in class:Addr::V2::Lib
H A Daddrlib2.cpp2017 if (m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] == ADDR_INVALID_EQUATION_INDEX)
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2026 m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] = equationIndex;
2057 equationIdx = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2];
3407 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2];
4372 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2];
4481 const UINT_32 eqIndex = m_equationLookupTable[rsrcIdx][swMode][elemLog2];
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp2349 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex;
2381 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2];

Completed in 34 milliseconds