Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp1494 UINT_32 tileBytes; in HwlComputeMacroModeIndex() local
1498 tileBytes = Min(tileSplitC, tileBytes1x); in HwlComputeMacroModeIndex()
1502 tileBytes = Min(tileSplitC, numSamples * tileBytes1x); in HwlComputeMacroModeIndex()
1505 if (tileBytes < 64) in HwlComputeMacroModeIndex()
1507 tileBytes = 64; in HwlComputeMacroModeIndex()
1510 macroModeIndex = Log2(tileBytes / 64); in HwlComputeMacroModeIndex()