Searched refs:tileBytes1x (Results 1 – 1 of 1) sorted by relevance
643 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in HwlSetupTileCfg() local646 tileSplit = Max(256u, sampleSplit * tileBytes1x); in HwlSetupTileCfg()1815 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in HwlComputeMacroModeIndex() local1827 UINT_32 colorTileSplit = Max(256u, sampleSplit * tileBytes1x); in HwlComputeMacroModeIndex()1837 tileBytes = Min(tileSplitC, tileBytes1x); in HwlComputeMacroModeIndex()1841 tileBytes = Min(tileSplitC, numSamples * tileBytes1x); in HwlComputeMacroModeIndex()2298 UINT_32 tileBytes1x = BITS_TO_BYTES(bpp * MicroTilePixels * thickness); in CheckTcCompatibility() local2299 UINT_32 colorTileSplit = Max(256u, sampleSplit * tileBytes1x); in CheckTcCompatibility()