Lines Matching full:pipes
703 UINT_32 pipes, ///< [in] pipes
744 (tileSize * pipes * pTileInfo->bankWidth)
825 UINT_32 pipes = HwlGetPipes(pTileInfo);
851 (tileSize * pipes * pTileInfo->bankWidth)
861 pipes,
867 macroTileWidth = MicroTileWidth * pTileInfo->bankWidth * pipes *
885 *pBaseAlign = pipes *
2190 UINT_32 pipes = HwlGetPipes(pTileInfo);
2201 (((addrBits / groupBits / pipes) % bankInterleave) * groupBits) +
2202 (((addrBits / groupBits / pipes) / bankInterleave) / banks) * groupBits * bankInterleave;
2229 UINT_32 macroWidth = pTileInfo->bankWidth * pipes * pTileInfo->macroAspectRatio;
2235 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes);
2279 mx = (tileIndex % pTileInfo->bankWidth) * pipes * MicroTileWidth;
2284 bank = ComputeBankFromAddr(addr, banks, pipes);
2285 pipe = ComputePipeFromAddr(addr, pipes);
2799 UINT_32 pipes = HwlGetPipes(pTileInfo);
2811 UINT_32 tx = x / MicroTileWidth / (bankWidth * pipes);
2869 Max(1u, (pipes / 2) - 1) * (slice / microTileThickness) / pipes;
2921 UINT_32 numPipes ///< [in] number of pipes
2953 UINT_32 numPipes ///< [in] number of pipes
2989 UINT_32 numPipes ///< [in] number of pipes
3009 rotation = (numPipes < 4) ? 1 : (numPipes / 2 - 1); // rotate pipes & banks
3048 // Align the sliceSize to htilecachelinesize * pipes at first
3054 // Align the surfSize to htilecachelinesize * pipes at last