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 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)
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp 519 INT_32 macroModeIndex = TileIndexNoMacroIndex;
523 // Try finding a macroModeIndex
524 macroModeIndex = HwlComputeMacroModeIndex(localIn.tileIndex,
533 // If macroModeIndex is not needed, then call HwlSetupTileCfg to get tile info
534 if (macroModeIndex == TileIndexNoMacroIndex)
536 returnCode = HwlSetupTileCfg(localIn.tileIndex, macroModeIndex,
540 // If macroModeIndex is invalid, then assert this is not macro tiled
541 else if (macroModeIndex == TileIndexInvalid)
690 // Try finding a macroModeIndex
691 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h 553 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI)
    [all...]

Completed in 164 milliseconds