Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp187 pOut->baseAlign = Max(metaBlkSize, 1u << (m_pipesLog2 + 11u)); in HwlComputeHtileInfo()
540 const UINT_32 pipeMask = (1 << m_pipesLog2) - 1; in HwlComputeCmaskAddrFromCoord()
611 const UINT_32 pipeMask = (1 << m_pipesLog2) - 1; in HwlComputeHtileAddrFromCoord()
688 const UINT_32 numPipeLog2 = m_pipesLog2; in HwlComputeDccAddrFromCoord()
703 index += m_pipesLog2 * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
713 (m_pipesLog2 - m_numPkrLog2) * MaxNumOfBpp; in HwlComputeDccAddrFromCoord()
779 m_pipesLog2 = 0; in HwlInitGlobalParams()
783 m_pipesLog2 = 1; in HwlInitGlobalParams()
787 m_pipesLog2 = 2; in HwlInitGlobalParams()
791 m_pipesLog2 = 3; in HwlInitGlobalParams()
[all …]
Dgfx10addrlib.h471 ((m_numSaLog2 + 1) >= m_pipesLog2)) ? m_pipesLog2 : m_numSaLog2 + 1; in GetEffectiveNumPipes()
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/
Daddrlib2.h824 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing()
913 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()
1781 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2); in GetPipeXorBits()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp1056 m_pipesLog2 = 0; in HwlInitGlobalParams()
1060 m_pipesLog2 = 1; in HwlInitGlobalParams()
1064 m_pipesLog2 = 2; in HwlInitGlobalParams()
1068 m_pipesLog2 = 3; in HwlInitGlobalParams()
1072 m_pipesLog2 = 4; in HwlInitGlobalParams()
1076 m_pipesLog2 = 5; in HwlInitGlobalParams()
1203 (((m_pipesLog2 == 1) && ((m_seLog2 == 2) || (m_seLog2 == 3))) || in HwlInitGlobalParams()
1204 ((m_pipesLog2 == 2) && ((m_seLog2 == 1) || (m_seLog2 == 2))))) in HwlInitGlobalParams()