Searched refs:bankWidth (Results 1 – 6 of 6) sorted by relevance
710 if (tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize) in HwlReduceBankWidthHeight()715 if (stillGreater && pTileInfo->bankWidth > 1) in HwlReduceBankWidthHeight()717 while (stillGreater && pTileInfo->bankWidth > 0) in HwlReduceBankWidthHeight()719 pTileInfo->bankWidth >>= 1; in HwlReduceBankWidthHeight()721 if (pTileInfo->bankWidth == 0) in HwlReduceBankWidthHeight()723 pTileInfo->bankWidth = 1; in HwlReduceBankWidthHeight()728 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()734 (tileSize * pTileInfo->bankWidth) in HwlReduceBankWidthHeight()744 (tileSize * pipes * pTileInfo->bankWidth) in HwlReduceBankWidthHeight()771 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()[all …]
2020 ADDR_ASSERT(pTileInfo->bankWidth == 1 && pTileInfo->macroAspectRatio > 1); in HwlComputeSurfaceCoord2DFromBankPipe()2034 *pX += xBit * numPipes * pTileInfo->bankWidth * MicroTileWidth; in HwlComputeSurfaceCoord2DFromBankPipe()2145 (pTileInfo->pipeConfig == ADDR_PIPECFG_P8_32x64_32x32)) && (pTileInfo->bankWidth == 1)) in HwlPreAdjustBank()2472 pInfo->bankWidth = 1; in HwlSetupTileCfg()2534 pCfg->info.bankWidth = 1 << gbTileMode.f.bank_width; in ReadGbTileMode()
1289 pCfg->info.bankWidth = 1; in ReadGbTileMode()1384 pCfg->bankWidth = 1 << gbTileMode.f.bank_width; in ReadGbMacroTileCfg()
411 AddrTileInfoIn.bankWidth = surf->bankw; in radv_amdgpu_winsys_surface_init()473 surf->bankw = AddrSurfInfoOut.pTileInfo->bankWidth; in radv_amdgpu_winsys_surface_init()
445 AddrTileInfoIn.bankWidth = surf->bankw; in amdgpu_surface_init()514 surf->bankw = AddrSurfInfoOut.pTileInfo->bankWidth; in amdgpu_surface_init()
397 UINT_32 bankWidth; ///< Number of tiles in the X direction in the same bank member