Searched refs:pCfgTable (Results 1 – 2 of 2) sorted by relevance
624 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local628 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()
3033 const TileConfig* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local3037 *pInfo = pCfgTable->info; in HwlSetupTileCfg()3041 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()3049 *pMode = pCfgTable->mode; in HwlSetupTileCfg()3054 *pType = pCfgTable->type; in HwlSetupTileCfg()