Searched defs:isHeight8 (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp1431 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; local
1467 isHeight8,
1617 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; local
1656 isHeight8,
1685 BOOL_32 isHeight8 = (pIn->blockHeight == 8) ? TRUE : FALSE; local
1723 isHeight8,
1795 FALSE, //this is cmask, isHeight8 is not needed
1961 BOOL_32 isHeight8, ///< [in] if htile block height is 8
1981 const UINT_32 bpp = HwlComputeHtileBpp(isWidth8, isHeight8);
2310 BOOL_32 isHeight8, ///< [i
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
2301 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const argument
2481 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const argument
[all...]
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.cpp803 BOOL_32 isHeight8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value
961 BOOL_32 isHeight8, ///< [in] Not used by SI
793 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const argument
952 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const argument

Completed in 235 milliseconds