Searched defs:pMacroWidth (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
H A D | ciaddrlib.cpp | 1566 UINT_32* pMacroWidth, ///< [out] macro tile width 1592 *pMacroWidth = numTiles * MicroTileWidth; 1565 HwlComputeTileDataWidthAndHeightLinear( UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_32 bpp, ADDR_TILEINFO* pTileInfo ) const argument
|
H A D | siaddrlib.cpp | 728 UINT_32* pMacroWidth, ///< [out] macro tile width 755 *pMacroWidth = macroWidth; 727 HwlComputeTileDataWidthAndHeightLinear( UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_32 bpp, ADDR_TILEINFO* pTileInfo ) const argument
|
/external/mesa3d/src/amd/addrlib/core/ |
H A D | addrlib.cpp | 1889 UINT_32* pMacroWidth, ///< [out] macro tile width 1906 *pMacroWidth = 8 * width; 1930 UINT_32* pMacroWidth, ///< [out] macro tile width 1937 *pMacroWidth = 8 * 512 / bpp; // Align width to 512-bit memory accesses 1966 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels 2018 SafeAssign(pMacroWidth, macroWidth); 2102 UINT_32* pMacroWidth, ///< [out] macro-tile width in pixels 2164 SafeAssign(pMacroWidth, macroWidth); 1885 ComputeTileDataWidthAndHeight( UINT_32 bpp, UINT_32 cacheBits, ADDR_TILEINFO* pTileInfo, UINT_32* pMacroWidth, UINT_32* pMacroHeight ) const argument 1929 HwlComputeTileDataWidthAndHeightLinear( UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_32 bpp, ADDR_TILEINFO* pTileInfo ) const argument 1954 ComputeHtileInfo( ADDR_HTILE_FLAGS flags, UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pHtileBytes, UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize, UINT_32* pBaseAlign ) const argument 2092 ComputeCmaskInfo( ADDR_CMASK_FLAGS flags, UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear, ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pCmaskBytes, UINT_32* pMacroWidth, UINT_32* pMacroHeight, UINT_64* pSliceSize, UINT_32* pBaseAlign, UINT_32* pBlockMax ) const argument
|
Completed in 70 milliseconds