Searched refs:tileBytes1x (Results 1 – 1 of 1) sorted by relevance
646 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in HwlSetupTileCfg() local649 tileSplit = Max(256u, sampleSplit * tileBytes1x); in HwlSetupTileCfg()1833 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in HwlComputeMacroModeIndex() local1845 UINT_32 colorTileSplit = Max(256u, sampleSplit * tileBytes1x); in HwlComputeMacroModeIndex()1855 tileBytes = Min(tileSplitC, tileBytes1x); in HwlComputeMacroModeIndex()1859 tileBytes = Min(tileSplitC, numSamples * tileBytes1x); in HwlComputeMacroModeIndex()2334 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in CheckTcCompatibility() local2335 UINT_32 colorTileSplit = Max(256u, sampleSplit * tileBytes1x); in CheckTcCompatibility()