Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.cpp2215 UINT_32 macrosPerPitch; in HwlComputeXmaskCoordFromAddr() local
2304 macrosPerPitch = pitch / (macroTilePitch/factor); in HwlComputeXmaskCoordFromAddr()
2305 macrosPerSlice = macrosPerPitch * height / macroTileHeight; in HwlComputeXmaskCoordFromAddr()
2313 macroX = static_cast<UINT_32>((macroNumber % macrosPerPitch)); in HwlComputeXmaskCoordFromAddr()
2314 macroY = static_cast<UINT_32>((macroNumber % macrosPerSlice) / macrosPerPitch); in HwlComputeXmaskCoordFromAddr()