Searched refs:pMacroHeight (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.h | 431 UINT_32* pMacroWidth = NULL, UINT_32* pMacroHeight = NULL, 439 UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize = NULL, 443 UINT_32* pMacroWidth, UINT_32* pMacroHeight, 648 UINT_32* pMacroWidth, UINT_32* pMacroHeight) const;
|
D | addrlib.cpp | 1890 UINT_32* pMacroHeight ///< [out] macro tile height in ComputeTileDataWidthAndHeight() 1907 *pMacroHeight = 8 * height * pipes; in ComputeTileDataWidthAndHeight() 1931 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument 1938 *pMacroHeight = 8 * m_pipes; // Align height to number of pipes in HwlComputeTileDataWidthAndHeightLinear() 1967 UINT_32* pMacroHeight, ///< [out] macro-tile width in pixels in ComputeHtileInfo() argument 2020 SafeAssign(pMacroHeight, macroHeight); in ComputeHtileInfo() 2103 UINT_32* pMacroHeight, ///< [out] macro-tile width in pixels in ComputeCmaskInfo() argument 2166 SafeAssign(pMacroHeight, macroHeight); in ComputeCmaskInfo()
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | ciaddrlib.h | 112 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
|
D | siaddrlib.h | 127 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
|
D | ciaddrlib.cpp | 1567 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument 1593 *pMacroHeight = numTiles * MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
|
D | siaddrlib.cpp | 729 UINT_32* pMacroHeight, ///< [out] macro tile height in HwlComputeTileDataWidthAndHeightLinear() argument 756 *pMacroHeight = macroHeight; in HwlComputeTileDataWidthAndHeightLinear()
|