Lines Matching defs:macroModeIndex
598 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI)
630 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) &&
631 (macroModeIndex != TileIndexNoMacroIndex));
635 *pInfo = m_macroTileTable[macroModeIndex];
699 // If tileIndex is invalid, force macroModeIndex to be invalid, too
702 pOut->macroModeIndex = TileIndexInvalid;
715 if (pOut->macroModeIndex == TileIndexNoMacroIndex)
717 pOut->macroModeIndex = TileIndexInvalid;
733 pOut->macroModeIndex = TileIndexInvalid;
750 pOut->macroModeIndex = TileIndexInvalid;
812 INT_32 macroModeIndex = TileIndexInvalid;
832 macroModeIndex = HwlComputeMacroModeIndex(tileIndex, flags, bpp, numSamples, pOut->pTileInfo);
836 pOut->macroModeIndex = macroModeIndex;
875 pSurfOut->macroModeIndex = pFmaskOut->macroModeIndex;
894 pFmaskOut->macroModeIndex = pSurfOut->macroModeIndex;
1263 INT macroModeIndex = TileIndexInvalid;
1516 macroModeIndex = pOut->macroModeIndex;
1541 // We only need to set up tile info if there is a valid index but macroModeIndex is invalid
1542 if ((index != TileIndexInvalid) && (macroModeIndex == TileIndexInvalid))
1544 macroModeIndex = HwlComputeMacroModeIndex(index, flags, bpp, numSamples, pTileInfo);
1546 // Copy to pOut->tileType/tileIndex/macroModeIndex
1549 pOut->macroModeIndex = macroModeIndex;
1820 INT_32 macroModeIndex = TileIndexInvalid;
1829 macroModeIndex = TileIndexNoMacroIndex;
1867 macroModeIndex = Log2(tileBytes / 64);
1871 macroModeIndex += PrtMacroModeOffset;
1872 *pTileInfo = m_macroTileTable[macroModeIndex];
1876 *pTileInfo = m_macroTileTable[macroModeIndex];
1894 return macroModeIndex;
2266 m_macroTileTable[pOut->macroModeIndex].banks) &&
2268 m_macroTileTable[pOut->macroModeIndex].bankWidth) &&
2270 m_macroTileTable[pOut->macroModeIndex].bankHeight) &&
2272 m_macroTileTable[pOut->macroModeIndex].macroAspectRatio) &&
2274 m_macroTileTable[pOut->macroModeIndex].pipeConfig))