Searched refs:m_pipesLog2 (Results 1 – 7 of 7) sorted by relevance
187 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 …]
449 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()
186 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 …]
481 ((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()
846 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
71 m_pipesLog2(0), in Lib()97 m_pipesLog2(0), in Lib()1820 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2); in GetPipeXorBits()
1174 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()