Lines Matching defs:tileSplit
633 UINT_32 tileSplit;
639 tileSplit = pCfgTable->info.tileSplitBytes;
649 tileSplit = Max(256u, sampleSplit * tileBytes1x);
654 tileSplit = pInfo->tileSplitBytes;
659 pInfo->tileSplitBytes = Min(m_rowSize, tileSplit);
1834 UINT_32 tileSplit;
1839 tileSplit = m_tileTable[tileIndex].info.tileSplitBytes;
1847 tileSplit = colorTileSplit;
1850 UINT_32 tileSplitC = Min(m_rowSize, tileSplit);
2318 // Turn off tcCompatible for color surface if tileSplit happens. Depth/stencil
2319 // tileSplit case was handled at tileIndex selecting time.