Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h94 UINT_32 elementBytesLog2; member
199 UINT_32 elementBytesLog2,
205 UINT_32 elementBytesLog2,
211 UINT_32 elementBytesLog2,
225 UINT_32 elementBytesLog2) const;
413 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2) const;
421 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2,
Dgfx9addrlib.cpp796 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local
801 … const CoordEq* pMetaEq = GetMetaEquation({0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileAddrFromCoord()
868 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local
873 … const CoordEq* pMetaEq = GetMetaEquation({0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileCoordFromAddr()
942 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local
951 …const CoordEq* pMetaEq = GetMetaEquation({pIn->mipId, elementBytesLog2, numSamplesLog2, pIn->dccKe… in HwlComputeDccAddrFromCoord()
1308 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() argument
1343 for (i = elementBytesLog2; i < 4; i++) in GetDataEquation()
1359 if (elementBytesLog2 < 2) in GetDataEquation()
1367 else if (elementBytesLog2 == 2) in GetDataEquation()
[all …]
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h441 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() argument
451 UINT_32 elementBytesLog2, in HwlComputeThinEquation() argument
461 UINT_32 elementBytesLog2, in HwlComputeThickEquation() argument
556 UINT_32 elementBytesLog2,
562 UINT_32 elementBytesLog2,
568 UINT_32 elementBytesLog2,
Daddrlib2.cpp1760 UINT_32 elementBytesLog2, in ComputeBlock256Equation() argument
1767 ret = HwlComputeBlock256Equation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeBlock256Equation()
1793 UINT_32 elementBytesLog2, in ComputeThinEquation() argument
1800 ret = HwlComputeThinEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThinEquation()
1826 UINT_32 elementBytesLog2, in ComputeThickEquation() argument
1833 ret = HwlComputeThickEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThickEquation()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h282 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
Dsiaddrlib.cpp3780 UINT_32 elementBytesLog2 ///< Log2 of element bytes in IsEquationSupported()
3816 supported = m_EquationSupport[tileIndex][elementBytesLog2]; in IsEquationSupported()