HomeSort by relevance Sort by last modified time
    Searched defs:macroModeIndex (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/amd/addrlib/r800/
ciaddrlib.cpp 595 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI)
627 ADDR_ASSERT((macroModeIndex != TileIndexInvalid) &&
628 (macroModeIndex != TileIndexNoMacroIndex));
632 *pInfo = m_macroTileTable[macroModeIndex];
696 // If tileIndex is invalid, force macroModeIndex to be invalid, too
699 pOut->macroModeIndex = TileIndexInvalid;
712 if (pOut->macroModeIndex == TileIndexNoMacroIndex)
714 pOut->macroModeIndex = TileIndexInvalid;
730 pOut->macroModeIndex = TileIndexInvalid;
747 pOut->macroModeIndex = TileIndexInvalid
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib1.cpp 304 INT_32 macroModeIndex = TileIndexNoMacroIndex;
308 // Try finding a macroModeIndex
309 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex,
318 // If macroModeIndex is not needed, then call HwlSetupTileCfg to get tile info
319 if (macroModeIndex == TileIndexNoMacroIndex)
322 localIn.tileIndex, macroModeIndex,
326 // If macroModeIndex is invalid, then assert this is not macro tiled
327 else if (macroModeIndex == TileIndexInvalid)
332 pOut->macroModeIndex = macroModeIndex;
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h 620 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI)
    [all...]

Completed in 800 milliseconds