Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.h321 UINT_32* pMacroWidth = NULL, UINT_32* pMacroHeight = NULL,
329 UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize = NULL,
333 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
535 UINT_32* pMacroWidth, UINT_32* pMacroHeight) const;
Daddrlib1.cpp1754 UINT_32* pMacroHeight ///< [out] macro tile height in ComputeTileDataWidthAndHeight()
1771 *pMacroHeight = 8 * height * pipes; in ComputeTileDataWidthAndHeight()
1795 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument
1802 *pMacroHeight = 8 * m_pipes; // Align height to number of pipes in HwlComputeTileDataWidthAndHeightLinear()
1831 UINT_32* pMacroHeight, ///< [out] macro-tile width in pixels in ComputeHtileInfo() argument
1884 SafeAssign(pMacroHeight, macroHeight); in ComputeHtileInfo()
1967 UINT_32* pMacroHeight, ///< [out] macro-tile width in pixels in ComputeCmaskInfo() argument
2030 SafeAssign(pMacroHeight, macroHeight); in ComputeCmaskInfo()
/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.h87 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dsiaddrlib.h151 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dciaddrlib.cpp1892 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument
1918 *pMacroHeight = numTiles * MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
Dsiaddrlib.cpp1193 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument
1220 *pMacroHeight = macroHeight; in HwlComputeTileDataWidthAndHeightLinear()