Searched refs:elementBytesLog2 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 713 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccInfo() local 722 MetaEqParams metaEqParams = {0, elementBytesLog2, numSamplesLog2, pIn->dccKeyFlags, in HwlComputeDccInfo() 950 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local 955 MetaEqParams metaEqParams = {0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileAddrFromCoord() 1025 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local 1030 MetaEqParams metaEqParams = {0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileCoordFromAddr() 1109 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local 1118 MetaEqParams metaEqParams = {pIn->mipId, elementBytesLog2, numSamplesLog2, pIn->dccKeyFlags, in HwlComputeDccAddrFromCoord() 1508 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() argument 1543 for (i = elementBytesLog2; i < 4; i++) in GetDataEquation() [all …]
|
D | gfx9addrlib.h | 236 UINT_32 elementBytesLog2; member 341 UINT_32 elementBytesLog2, 347 UINT_32 elementBytesLog2, 353 UINT_32 elementBytesLog2, 367 UINT_32 elementBytesLog2) const; 422 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2) const; 430 UINT_32 elementBytesLog2, UINT_32 numSamplesLog2,
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 593 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() argument 603 UINT_32 elementBytesLog2, in HwlComputeThinEquation() argument 613 UINT_32 elementBytesLog2, in HwlComputeThickEquation() argument 709 UINT_32 elementBytesLog2, 715 UINT_32 elementBytesLog2, 721 UINT_32 elementBytesLog2,
|
D | addrlib2.cpp | 1871 UINT_32 elementBytesLog2, in ComputeBlock256Equation() argument 1878 ret = HwlComputeBlock256Equation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeBlock256Equation() 1904 UINT_32 elementBytesLog2, in ComputeThinEquation() argument 1911 ret = HwlComputeThinEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThinEquation() 1937 UINT_32 elementBytesLog2, in ComputeThickEquation() argument 1944 ret = HwlComputeThickEquation(rsrcType, swMode, elementBytesLog2, pEquation); in ComputeThickEquation()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.h | 282 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
|
D | siaddrlib.cpp | 3827 UINT_32 elementBytesLog2 ///< Log2 of element bytes in IsEquationSupported() 3863 supported = m_EquationSupport[tileIndex][elementBytesLog2]; in IsEquationSupported()
|