Home
last modified time | relevance | path

Searched refs:heightAmp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1401 UINT_32 heightAmp = log2blkSizeIn256B - widthAmp; in ComputeBlockDimension() local
1406 *pHeight = (Block256_2d[microBlockSizeTableIndex].h << heightAmp); in ComputeBlockDimension()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp195 UINT_32 heightAmp = totalAmpBits - widthAmp; in HwlComputeHtileInfo() local
197 metaBlkDim.h <<= heightAmp; in HwlComputeHtileInfo()
309 UINT_32 heightAmp = totalAmpBits >> 1; in HwlComputeCmaskInfo() local
310 UINT_32 widthAmp = totalAmpBits - heightAmp; in HwlComputeCmaskInfo()
312 metaBlkDim.h <<= heightAmp; in HwlComputeCmaskInfo()