Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp857 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local
862 MetaEqParams metaEqParams = {0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileAddrFromCoord()
932 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local
937 MetaEqParams metaEqParams = {0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileCoordFromAddr()
988 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local
997 MetaEqParams metaEqParams = {pIn->mipId, elementBytesLog2, numSamplesLog2, pIn->dccKeyFlags, in HwlComputeDccAddrFromCoord()
1390 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() argument
1425 for (i = elementBytesLog2; i < 4; i++) in GetDataEquation()
1441 if (elementBytesLog2 < 2) in GetDataEquation()
1449 else if (elementBytesLog2 == 2) in GetDataEquation()
[all …]
Dgfx9addrlib.h237 UINT_32 elementBytesLog2; member
339 UINT_32 elementBytesLog2,
345 UINT_32 elementBytesLog2,
351 UINT_32 elementBytesLog2,
365 UINT_32 elementBytesLog2) const;
420 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2) const;
428 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2,
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h578 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() argument
588 UINT_32 elementBytesLog2, in HwlComputeThinEquation() argument
598 UINT_32 elementBytesLog2, in HwlComputeThickEquation() argument
687 UINT_32 elementBytesLog2,
693 UINT_32 elementBytesLog2,
699 UINT_32 elementBytesLog2,
Daddrlib2.cpp1832 UINT_32 elementBytesLog2, in ComputeBlock256Equation() argument
1839 ret = HwlComputeBlock256Equation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeBlock256Equation()
1865 UINT_32 elementBytesLog2, in ComputeThinEquation() argument
1872 ret = HwlComputeThinEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThinEquation()
1898 UINT_32 elementBytesLog2, in ComputeThickEquation() argument
1905 ret = HwlComputeThickEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThickEquation()
/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.h283 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
Dsiaddrlib.cpp3828 UINT_32 elementBytesLog2 ///< Log2 of element bytes in IsEquationSupported()
3864 supported = m_EquationSupport[tileIndex][elementBytesLog2]; in IsEquationSupported()