Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1591 const UINT_32 clWidthInMacroTile = clWidth / (MicroTileWidth * 4); in HwlComputeXmaskCoordFromAddr() local
1592 macroX = macroOffset % clWidthInMacroTile; in HwlComputeXmaskCoordFromAddr()
1593 macroY = macroOffset / clWidthInMacroTile; in HwlComputeXmaskCoordFromAddr()