Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp621 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
625 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
634 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()
636 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()
642 UINT_32 thickness = Thickness(pCfgTable->mode); in HwlSetupTileCfg()
658 pInfo->pipeConfig = pCfgTable->info.pipeConfig; in HwlSetupTileCfg()
662 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
668 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
673 *pType = pCfgTable->type; in HwlSetupTileCfg()
Dsiaddrlib.cpp3001 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local
3005 *pInfo = pCfgTable->info; in HwlSetupTileCfg()
3009 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()
3017 *pMode = pCfgTable->mode; in HwlSetupTileCfg()
3022 *pType = pCfgTable->type; in HwlSetupTileCfg()