Searched refs:bankHeight (Results 1 – 5 of 5) sorted by relevance
780 if (tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize) in HwlReduceBankWidthHeight()798 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()808 ADDR_ASSERT((pTileInfo->bankHeight % bankHeightAlign) == 0); in HwlReduceBankWidthHeight()828 if (stillGreater && pTileInfo->bankHeight > bankHeightAlign) in HwlReduceBankWidthHeight()830 while (stillGreater && pTileInfo->bankHeight > bankHeightAlign) in HwlReduceBankWidthHeight()832 pTileInfo->bankHeight >>= 1; in HwlReduceBankWidthHeight()834 if (pTileInfo->bankHeight < bankHeightAlign) in HwlReduceBankWidthHeight()836 pTileInfo->bankHeight = bankHeightAlign; in HwlReduceBankWidthHeight()841 tileSize * pTileInfo->bankWidth * pTileInfo->bankHeight > m_rowSize; in HwlReduceBankWidthHeight()852 tileSize, pTileInfo->bankWidth, pTileInfo->bankHeight, m_rowSize)); in HwlReduceBankWidthHeight()[all …]
610 pInfo->bankHeight = 1; in HwlSetupTileCfg()964 tileInfo.bankHeight; in HwlOptimizeTileMode()1489 tileInfo.bankWidth * tileInfo.bankHeight; in HwlSetupTileInfo()1500 tileInfo.bankWidth * tileInfo.bankHeight; in HwlSetupTileInfo()1638 pCfg->info.bankHeight = 1; in ReadGbTileMode()1729 pCfg->bankHeight = 1 << gbTileMode.f.bank_height; in ReadGbMacroTileCfg()2183 m_macroTileTable[i].bankWidth * m_macroTileTable[i].bankHeight; in HwlGetMaxAlignments()2233 (m_macroTileTable[stencilMacroIndex].bankHeight == in DepthStencilTileCfgMatch()2234 m_macroTileTable[pOut->macroModeIndex].bankHeight) && in DepthStencilTileCfgMatch()
229 UINT_32 bankYStart = 3 + Log2(pTileInfo->bankHeight); in ComputeBankEquation()2503 *pY += yBit * pTileInfo->bankHeight * MicroTileHeight; in HwlComputeSurfaceCoord2DFromBankPipe()2989 pInfo->bankHeight = 1; in HwlSetupTileCfg()3049 pCfg->info.bankHeight = 1 << gbTileMode.f.bank_height; in ReadGbTileMode()3498 m_tileTable[i].info.bankWidth * m_tileTable[i].info.bankHeight; in HwlGetMaxAlignments()3610 key.fields.bankHeight = tileConfig.info.bankHeight; in InitEquationTable()3674 MicroTileHeight * pTileInfo->bankHeight * pTileInfo->banks / in InitEquationTable()3753 MicroTileHeight * pTileInfo->bankHeight * pTileInfo->banks / in InitEquationTable()
433 surf->u.legacy.bankh = csio->pTileInfo->bankHeight; in gfx6_surface_settings()637 AddrTileInfoIn.bankHeight = surf->u.legacy.bankh; in gfx6_compute_surface()
151 UINT_32 bankHeight : 4; ///< Bank height member455 UINT_32 bankHeight; ///< Number of tiles in the Y direction in the same bank member