• Home
  • Raw
  • Download

Lines Matching refs:MicroTileWidth

197     UINT_32 tx = x / MicroTileWidth;  in ComputePipeFromCoord()
746 macroWidth = 8*MicroTileWidth; in HwlComputeTileDataWidthAndHeightLinear()
751 macroWidth = 4*MicroTileWidth; in HwlComputeTileDataWidthAndHeightLinear()
808 UINT_32 tx = x / MicroTileWidth; in HwlComputeXmaskAddrFromCoord()
863 const UINT_32 pitchInTile = newPitch / MicroTileWidth; in HwlComputeXmaskAddrFromCoord()
864 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskAddrFromCoord()
897 const UINT_32 macroWidthInTile = macroWidth / MicroTileWidth; // Now in unit of Tiles in HwlComputeXmaskAddrFromCoord()
907 microX = (x % macroWidth) / MicroTileWidth / 4; // Macro Tile is 4x4 in HwlComputeXmaskAddrFromCoord()
909 …microNumber = static_cast<UINT_64>(microX + microY * (macroWidth / MicroTileWidth / 4)) << microSh… in HwlComputeXmaskAddrFromCoord()
1020 const UINT_32 pitchInTile = newPitch / MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
1021 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
1059 const UINT_32 clWidthInTile = clWidth / MicroTileWidth; // Now in unit of Tiles in HwlComputeXmaskCoordFromAddr()
1068 *pX = clX * clWidthInTile * MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
1127 const UINT_32 clWidthInMacroTile = clWidth / (MicroTileWidth * 4); in HwlComputeXmaskCoordFromAddr()
1132 *pX += macroX * 4 * MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
1140 *pX += microX * MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
1141 *pY += microY * MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
2034 *pX += xBit * numPipes * pTileInfo->bankWidth * MicroTileWidth; in HwlComputeSurfaceCoord2DFromBankPipe()