Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.h431 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;
Daddrlib.cpp1889 UINT_32* pMacroWidth, ///< [out] macro tile width in ComputeTileDataWidthAndHeight() argument
1906 *pMacroWidth = 8 * width; in ComputeTileDataWidthAndHeight()
1930 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1937 *pMacroWidth = 8 * 512 / bpp; // Align width to 512-bit memory accesses in HwlComputeTileDataWidthAndHeightLinear()
1966 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeHtileInfo() argument
2018 SafeAssign(pMacroWidth, macroWidth); in ComputeHtileInfo()
2102 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeCmaskInfo() argument
2164 SafeAssign(pMacroWidth, macroWidth); in ComputeCmaskInfo()
/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.h112 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dsiaddrlib.h127 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dciaddrlib.cpp1566 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1592 *pMacroWidth = numTiles * MicroTileWidth; in HwlComputeTileDataWidthAndHeightLinear()
Dsiaddrlib.cpp728 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
755 *pMacroWidth = macroWidth; in HwlComputeTileDataWidthAndHeightLinear()