Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp1833 UINT_32 tileBytes; in HwlComputeMacroModeIndex() local
1837 tileBytes = Min(tileSplitC, tileBytes1x); in HwlComputeMacroModeIndex()
1841 tileBytes = Min(tileSplitC, numSamples * tileBytes1x); in HwlComputeMacroModeIndex()
1844 if (tileBytes < 64) in HwlComputeMacroModeIndex()
1846 tileBytes = 64; in HwlComputeMacroModeIndex()
1849 macroModeIndex = Log2(tileBytes / 64); in HwlComputeMacroModeIndex()