Home
last modified time | relevance | path

Searched refs:m_pipeInterleaveLog2 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp182 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeHtileInfo()
295 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeCmaskInfo()
585 … const UINT_32 thinBlkSize = 1 << (m_settings.applyAliasFix ? Max(10u, m_pipeInterleaveLog2) : 10); in HwlComputeDccInfo()
750 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeCmaskAddrFromCoord()
822 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeHtileAddrFromCoord()
882 UINT_64 nibbleAddress = (pIn->addr ^ (pipeXor << m_pipeInterleaveLog2)) << 1; in HwlComputeHtileCoordFromAddr()
973 pOut->addr ^= (pipeXor << m_pipeInterleaveLog2); in HwlComputeDccAddrFromCoord()
1039 m_pipeInterleaveLog2 = 8; in HwlInitGlobalParams()
1043 m_pipeInterleaveLog2 = 9; in HwlInitGlobalParams()
1047 m_pipeInterleaveLog2 = 10; in HwlInitGlobalParams()
[all …]
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h695 UINT_32 maxPipeLog2 = GetBlockSizeLog2(swizzleMode) - m_pipeInterleaveLog2; in GetPipeLog2ForMetaAddressing()
752 *pBlockOffset ^= (pipeX << m_pipeInterleaveLog2); in ApplyCustomerPipeBankXor()
753 *pBlockOffset ^= (bankX << (m_pipeInterleaveLog2 + pipeBits)); in ApplyCustomerPipeBankXor()
781 UINT_32 m_pipeInterleaveLog2; ///< Log2 of pipe interleave bytes variable
Daddrlib2.cpp1681 ADDR_ASSERT(macroBlockBits >= m_pipeInterleaveLog2); in GetPipeXorBits()
1684 UINT_32 xorBits = macroBlockBits - m_pipeInterleaveLog2; in GetPipeXorBits()
1709 UINT_32 bankBits = Min(macroBlockBits - pipeBits - m_pipeInterleaveLog2, m_banksLog2); in GetBankXorBits()