Home | History | Annotate | Download | only in r800

Lines Matching defs:macroModeIndex

540     INT_32          macroModeIndex, ///< [in] Index in macro tile mode table(CI)
563 ADDR_ASSERT(((macroModeIndex != TileIndexInvalid)
564 && (macroModeIndex != TileIndexNoMacroIndex)));
574 *pInfo = m_macroTileTable[macroModeIndex];
618 // If tileIndex is invalid, force macroModeIndex to be invalid, too
621 pOut->macroModeIndex = TileIndexInvalid;
626 if (pOut->macroModeIndex == TileIndexNoMacroIndex)
628 pOut->macroModeIndex = TileIndexInvalid;
676 INT_32 macroModeIndex = TileIndexInvalid;
696 macroModeIndex = HwlComputeMacroModeIndex(tileIndex, flags, bpp, numSamples, pOut->pTileInfo);
700 pOut->macroModeIndex = macroModeIndex;
739 pSurfOut->macroModeIndex = pFmaskOut->macroModeIndex;
758 pFmaskOut->macroModeIndex = pSurfOut->macroModeIndex;
971 INT macroModeIndex = TileIndexInvalid;
1190 macroModeIndex = pOut->macroModeIndex;
1196 // We only need to set up tile info if there is a valid index but macroModeIndex is invalid
1197 if (index != TileIndexInvalid && macroModeIndex == TileIndexInvalid)
1199 macroModeIndex = HwlComputeMacroModeIndex(index, flags, bpp, numSamples, pTileInfo);
1201 /// Copy to pOut->tileType/tileIndex/macroModeIndex
1204 pOut->macroModeIndex = macroModeIndex;
1456 INT_32 macroModeIndex = TileIndexInvalid;
1460 // Don't compute macroModeIndex for tc compatible stencil surface
1461 macroModeIndex = TileIndexNoMacroIndex;
1472 macroModeIndex = TileIndexNoMacroIndex;
1510 macroModeIndex = Log2(tileBytes / 64);
1517 macroModeIndex += PrtMacroModeOffset;
1518 *pTileInfo = m_macroTileTable[macroModeIndex];
1522 *pTileInfo = m_macroTileTable[macroModeIndex];
1548 return macroModeIndex;