Home
last modified time | relevance | path

Searched refs:pCfgTable (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp625 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
629 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
638 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()
640 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()
646 UINT_32 thickness = Thickness(pCfgTable->mode); in HwlSetupTileCfg()
662 pInfo->pipeConfig = pCfgTable->info.pipeConfig; in HwlSetupTileCfg()
666 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
672 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
677 *pType = pCfgTable->type; in HwlSetupTileCfg()
Dsiaddrlib.cpp3034 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
3038 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
3042 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
3050 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
3055 *pType = pCfgTable->type; in HwlSetupTileCfg()