Searched refs:m_pipeInterleaveLog2 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 181 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeHtileInfo() 296 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeCmaskInfo() 586 … const UINT_32 thinBlkSize = 1 << (m_settings.applyAliasFix ? Max(10u, m_pipeInterleaveLog2) : 10); in HwlComputeDccInfo() 706 ADDR_ASSERT((m_settings.applyAliasFix == FALSE) || (m_pipeInterleaveLog2 <= 10u)); in HwlComputeMaxMetaBaseAlignments() 811 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeCmaskAddrFromCoord() 886 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeHtileAddrFromCoord() 948 UINT_64 nibbleAddress = (pIn->addr ^ (pipeXor << m_pipeInterleaveLog2)) << 1; in HwlComputeHtileCoordFromAddr() 1022 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeDccAddrFromCoord() 1087 m_pipeInterleaveLog2 = 8; in HwlInitGlobalParams() 1091 m_pipeInterleaveLog2 = 9; in HwlInitGlobalParams() [all …]
|
D | gfx9addrlib.h | 508 UINT_32 bankBits = Min(macroBlockBits - pipeBits - m_pipeInterleaveLog2, m_banksLog2); in GetBankXorBits()
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 559 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask; in HwlComputeCmaskAddrFromCoord() 628 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask; in HwlComputeHtileAddrFromCoord() 744 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask; in HwlComputeDccAddrFromCoord() 815 m_pipeInterleaveLog2 = 8; in HwlInitGlobalParams() 819 m_pipeInterleaveLog2 = 9; in HwlInitGlobalParams() 823 m_pipeInterleaveLog2 = 10; in HwlInitGlobalParams() 827 m_pipeInterleaveLog2 = 11; in HwlInitGlobalParams() 1219 … metablkSizeLog2 = Max(static_cast<INT_32>(m_pipeInterleaveLog2) + numPipesLog2, 12); in GetMetaBlkSize() 1250 … metablkSizeLog2 = Max(metablkSizeLog2, static_cast<INT_32>(m_pipeInterleaveLog2) + numPipesLog2); in GetMetaBlkSize() 1264 … metablkSizeLog2 = Max(static_cast<INT_32>(m_pipeInterleaveLog2) + numPipesLog2, 12); in GetMetaBlkSize() [all …]
|
D | gfx10addrlib.h | 544 return (blockBits > m_pipeInterleaveLog2 + m_pipesLog2 + ColumnBits) ? in GetBankXorBits() 545 Min(blockBits - m_pipeInterleaveLog2 - m_pipesLog2 - ColumnBits, BankBits) : 0; in GetBankXorBits()
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 828 UINT_32 maxPipeLog2 = GetBlockSizeLog2(swizzleMode) - m_pipeInterleaveLog2; in GetPipeLog2ForMetaAddressing() 885 *pBlockOffset ^= (pipeX << m_pipeInterleaveLog2); in ApplyCustomerPipeBankXor() 886 *pBlockOffset ^= (bankX << (m_pipeInterleaveLog2 + pipeBits)); in ApplyCustomerPipeBankXor() 918 UINT_32 m_pipeInterleaveLog2; ///< Log2 of pipe interleave bytes variable
|
D | addrlib2.cpp | 75 m_pipeInterleaveLog2(0), in Lib() 101 m_pipeInterleaveLog2(0), in Lib() 1775 ADDR_ASSERT(macroBlockBits >= m_pipeInterleaveLog2); in GetPipeXorBits() 1778 UINT_32 xorBits = macroBlockBits - m_pipeInterleaveLog2; in GetPipeXorBits()
|