Searched refs:pCfgTable (Results 1 – 2 of 2) sorted by relevance
621 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local625 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()
3001 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local3005 *pInfo = pCfgTable->info; in HwlSetupTileCfg()3009 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()3017 *pMode = pCfgTable->mode; in HwlSetupTileCfg()3022 *pType = pCfgTable->type; in HwlSetupTileCfg()