Lines Matching refs:numSlices
775 UINT_32 numSlices, ///< [in] number of slices in HwlComputeHtileBytes() argument
780 return ComputeHtileBytes(pitch, height, bpp, isLinear, numSlices, pSliceBytes, baseAlign); in HwlComputeHtileBytes()
799 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskAddrFromCoord() argument
829 numSlices, in HwlComputeXmaskAddrFromCoord()
848 numSlices, in HwlComputeXmaskAddrFromCoord()
957 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskCoordFromAddr() argument
989 numSlices, in HwlComputeXmaskCoordFromAddr()
1007 numSlices, in HwlComputeXmaskCoordFromAddr()
2271 nextSlices = Max(1u, pIn->numSlices >> 1); in HwlCheckLastMacroTiledLvl()
2275 nextSlices = pIn->numSlices; in HwlCheckLastMacroTiledLvl()
2305 UINT_32 numSlices, ///< [in] current number of slices in HwlDegradeThickTileMode() argument
2309 return EgBasedAddrLib::HwlDegradeThickTileMode(baseTileMode, numSlices, pBytesPerTile); in HwlDegradeThickTileMode()