Lines Matching refs:numSlices
1239 UINT_32 numSlices, ///< [in] number of slices in HwlComputeHtileBytes() argument
1244 return ComputeHtileBytes(pitch, height, bpp, isLinear, numSlices, pSliceBytes, baseAlign); in HwlComputeHtileBytes()
1263 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskAddrFromCoord() argument
1293 numSlices, in HwlComputeXmaskAddrFromCoord()
1312 numSlices, in HwlComputeXmaskAddrFromCoord()
1421 UINT_32 numSlices, ///< [in] number of slices in HwlComputeXmaskCoordFromAddr() argument
1453 numSlices, in HwlComputeXmaskCoordFromAddr()
1471 numSlices, in HwlComputeXmaskCoordFromAddr()
2658 if ((pIn->numSlices > 1) && in HwlComputeSurfaceInfo()
2786 nextSlices = Max(1u, pIn->numSlices >> 1); in HwlCheckLastMacroTiledLvl()
2790 nextSlices = pIn->numSlices; in HwlCheckLastMacroTiledLvl()
2820 UINT_32 numSlices, ///< current number of slices in HwlDegradeThickTileMode() argument
2824 return EgBasedLib::HwlDegradeThickTileMode(baseTileMode, numSlices, pBytesPerTile); in HwlDegradeThickTileMode()
3310 else if (pInOut->numSlices > 1) in HwlOptimizeTileMode()
3417 if (pInOut->numSlices >= 8) in HwlSelectTileMode()
3421 else if (pInOut->numSlices >= 4) in HwlSelectTileMode()