Searched refs:tileBytes (Results 1 – 1 of 1) sorted by relevance
1833 UINT_32 tileBytes; in HwlComputeMacroModeIndex() local1837 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()