Searched refs:widthAmp (Results 1 – 2 of 2) sorted by relevance
1400 UINT_32 widthAmp = log2blkSizeIn256B / 2; in ComputeBlockDimension() local1401 UINT_32 heightAmp = log2blkSizeIn256B - widthAmp; in ComputeBlockDimension()1405 *pWidth = (Block256_2d[microBlockSizeTableIndex].w << widthAmp); in ComputeBlockDimension()
194 UINT_32 widthAmp = (pIn->numMipLevels > 1) ? (totalAmpBits >> 1) : RoundHalf(totalAmpBits); in HwlComputeHtileInfo() local195 UINT_32 heightAmp = totalAmpBits - widthAmp; in HwlComputeHtileInfo()196 metaBlkDim.w <<= widthAmp; in HwlComputeHtileInfo()310 UINT_32 widthAmp = totalAmpBits - heightAmp; in HwlComputeCmaskInfo() local311 metaBlkDim.w <<= widthAmp; in HwlComputeCmaskInfo()