Searched refs:pCfgTable (Results 1 – 2 of 2) sorted by relevance
557 const ADDR_TILECONFIG* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local561 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()576 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()578 pInfo->tileSplitBytes = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()580 pInfo->pipeConfig = pCfgTable->info.pipeConfig; in HwlSetupTileCfg()584 *pInfo = pCfgTable->info; in HwlSetupTileCfg()590 *pMode = pCfgTable->mode; in HwlSetupTileCfg()595 *pType = pCfgTable->type; in HwlSetupTileCfg()
2485 const ADDR_TILECONFIG* pCfgTable = GetTileSetting(index); in HwlSetupTileCfg() local2489 *pInfo = pCfgTable->info; in HwlSetupTileCfg()2493 if (IsMacroTiled(pCfgTable->mode)) in HwlSetupTileCfg()2501 *pMode = pCfgTable->mode; in HwlSetupTileCfg()2506 *pType = pCfgTable->type; in HwlSetupTileCfg()