Home
last modified time | relevance | path

Searched refs:pMacroWidth (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.cpp1753 UINT_32* pMacroWidth, ///< [out] macro tile width in ComputeTileDataWidthAndHeight() argument
1770 *pMacroWidth = 8 * width; in ComputeTileDataWidthAndHeight()
1794 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1801 *pMacroWidth = 8 * 512 / bpp; // Align width to 512-bit memory accesses in HwlComputeTileDataWidthAndHeightLinear()
1830 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeHtileInfo() argument
1882 SafeAssign(pMacroWidth, macroWidth); in ComputeHtileInfo()
1966 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeCmaskInfo() argument
2028 SafeAssign(pMacroWidth, macroWidth); 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.cpp1891 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1917 *pMacroWidth = numTiles * MicroTileWidth; in HwlComputeTileDataWidthAndHeightLinear()
Dsiaddrlib.cpp1192 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1219 *pMacroWidth = macroWidth; in HwlComputeTileDataWidthAndHeightLinear()