Searched refs:elementBytesLog2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.h | 94 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,
|
D | gfx9addrlib.cpp | 796 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/ |
D | addrlib2.h | 441 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,
|
D | addrlib2.cpp | 1760 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/ |
D | siaddrlib.h | 282 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
|
D | siaddrlib.cpp | 3780 UINT_32 elementBytesLog2 ///< Log2 of element bytes in IsEquationSupported() 3816 supported = m_EquationSupport[tileIndex][elementBytesLog2]; in IsEquationSupported()
|