Home
last modified time | relevance | path

Searched refs:clWidthInTile (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1059 const UINT_32 clWidthInTile = clWidth / MicroTileWidth; // Now in unit of Tiles in HwlComputeXmaskCoordFromAddr() local
1061 const UINT_32 pitchInCL = pitchInTile / clWidthInTile; in HwlComputeXmaskCoordFromAddr()
1068 *pX = clX * clWidthInTile * MicroTileWidth; in HwlComputeXmaskCoordFromAddr()