Searched refs:elementBytesLog2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 857 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 …]
|
D | gfx9addrlib.h | 237 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/ |
D | addrlib2.h | 578 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,
|
D | addrlib2.cpp | 1832 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/ |
D | siaddrlib.h | 283 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
|
D | siaddrlib.cpp | 3828 UINT_32 elementBytesLog2 ///< Log2 of element bytes in IsEquationSupported() 3864 supported = m_EquationSupport[tileIndex][elementBytesLog2]; in IsEquationSupported()
|