Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp2349 UINT_32 macrosPerPitch; in HwlComputeXmaskCoordFromAddr() local
2437 macrosPerPitch = pitch / (macroTilePitch/factor); in HwlComputeXmaskCoordFromAddr()
2438 macrosPerSlice = macrosPerPitch * height / macroTileHeight; in HwlComputeXmaskCoordFromAddr()
2446 macroX = static_cast<UINT_32>((macroNumber % macrosPerPitch)); in HwlComputeXmaskCoordFromAddr()
2447 macroY = static_cast<UINT_32>((macroNumber % macrosPerSlice) / macrosPerPitch); in HwlComputeXmaskCoordFromAddr()