Home
last modified time | relevance | path

Searched refs:m_pipesLog2 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp187 pOut->baseAlign = Max(metaBlkSize, 1u << (m_pipesLog2 + 11u)); in HwlComputeHtileInfo()
389 const UINT_32 numPipeLog2 = m_pipesLog2; in HwlComputeDccInfo()
400 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccInfo()
410 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccInfo()
463 const UINT_32 pipeMask = (1 << m_pipesLog2) - 1; in HwlComputeHtileAddrFromCoord()
562 const UINT_32 numPipeLog2 = m_pipesLog2; in HwlComputeDccAddrFromCoord()
574 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
584 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
631 m_pipesLog2 = 0; in HwlInitGlobalParams()
635 m_pipesLog2 = 1; in HwlInitGlobalParams()
[all …]
Dgfx11addrlib.h449 return ((m_numSaLog2 + 1) >= m_pipesLog2) ? m_pipesLog2 : m_numSaLog2 + 1; in GetEffectiveNumPipes()
524 return (blockBits > m_pipeInterleaveLog2 + m_pipesLog2 + ColumnBits) ? in GetBankXorBits()
525 Min(blockBits - m_pipeInterleaveLog2 - m_pipesLog2 - ColumnBits, BankBits) : 0; in GetBankXorBits()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp186 pOut->baseAlign = Max(metaBlkSize, 1u << (m_pipesLog2 + 11u)); in HwlComputeHtileInfo()
520 const UINT_32 numPipeLog2 = m_pipesLog2; in HwlComputeDccInfo()
534 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccInfo()
544 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccInfo()
607 const UINT_32 pipeMask = (1 << m_pipesLog2) - 1; in HwlComputeCmaskAddrFromCoord()
677 const UINT_32 pipeMask = (1 << m_pipesLog2) - 1; in HwlComputeHtileAddrFromCoord()
776 const UINT_32 numPipeLog2 = m_pipesLog2; in HwlComputeDccAddrFromCoord()
791 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
801 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
864 m_pipesLog2 = 0; in HwlInitGlobalParams()
[all …]
Dgfx10addrlib.h481 ((m_numSaLog2 + 1) >= m_pipesLog2)) ? m_pipesLog2 : m_numSaLog2 + 1; in GetEffectiveNumPipes()
554 return (blockBits > m_pipeInterleaveLog2 + m_pipesLog2 + ColumnBits) ? in GetBankXorBits()
555 Min(blockBits - m_pipeInterleaveLog2 - m_pipesLog2 - ColumnBits, BankBits) : 0; in GetBankXorBits()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h846 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing()
951 UINT_32 m_pipesLog2; ///< Number of pipe per shader engine Log2 variable
Daddrlib2.cpp71 m_pipesLog2(0), in Lib()
97 m_pipesLog2(0), in Lib()
1820 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2); in GetPipeXorBits()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp1174 m_pipesLog2 = 0; in HwlInitGlobalParams()
1178 m_pipesLog2 = 1; in HwlInitGlobalParams()
1182 m_pipesLog2 = 2; in HwlInitGlobalParams()
1186 m_pipesLog2 = 3; in HwlInitGlobalParams()
1190 m_pipesLog2 = 4; in HwlInitGlobalParams()
1194 m_pipesLog2 = 5; in HwlInitGlobalParams()
1321 (((m_pipesLog2 == 1) && ((m_seLog2 == 2) || (m_seLog2 == 3))) || in HwlInitGlobalParams()
1322 ((m_pipesLog2 == 2) && ((m_seLog2 == 1) || (m_seLog2 == 2))))) in HwlInitGlobalParams()