Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp624 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
628 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
637 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()
639 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()
645 UINT_32 thickness = Thickness(pCfgTable->mode); in HwlSetupTileCfg()
661 pInfo->pipeConfig = pCfgTable->info.pipeConfig; in HwlSetupTileCfg()
665 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
671 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
676 *pType = pCfgTable->type; in HwlSetupTileCfg()
Dsiaddrlib.cpp3033 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
3037 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
3041 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
3049 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
3054 *pType = pCfgTable->type; in HwlSetupTileCfg()