Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/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.cpp1762 UINT_32* pMacroWidth, ///< [out] macro tile width in ComputeTileDataWidthAndHeight() argument
1779 *pMacroWidth = 8 * width; in ComputeTileDataWidthAndHeight()
1803 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1810 *pMacroWidth = 8 * 512 / bpp; // Align width to 512-bit memory accesses in HwlComputeTileDataWidthAndHeightLinear()
1839 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeHtileInfo() argument
1891 SafeAssign(pMacroWidth, macroWidth); in ComputeHtileInfo()
1975 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels in ComputeCmaskInfo() argument
2037 SafeAssign(pMacroWidth, macroWidth); in ComputeCmaskInfo()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.h86 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dsiaddrlib.h149 UINT_32* pMacroWidth, UINT_32* pMacroHeight,
Dciaddrlib.cpp1909 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1935 *pMacroWidth = numTiles * MicroTileWidth; in HwlComputeTileDataWidthAndHeightLinear()
Dsiaddrlib.cpp1223 UINT_32* pMacroWidth, ///< [out] macro tile width in HwlComputeTileDataWidthAndHeightLinear() argument
1250 *pMacroWidth = macroWidth; in HwlComputeTileDataWidthAndHeightLinear()