Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp181 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeHtileInfo()
185 numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + 10; in HwlComputeHtileInfo()
296 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeCmaskInfo()
300 numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + 10; in HwlComputeCmaskInfo()
707 const UINT_32 maxNumCompressBlkPerMetaBlk = 1u << (m_seLog2 + m_rbPerSeLog2 + 10u); in HwlComputeMaxMetaBaseAlignments()
1141 m_seLog2 = 0; in HwlInitGlobalParams()
1145 m_seLog2 = 1; in HwlInitGlobalParams()
1149 m_seLog2 = 2; in HwlInitGlobalParams()
1153 m_seLog2 = 3; in HwlInitGlobalParams()
1203 (((m_pipesLog2 == 1) && ((m_seLog2 == 2) || (m_seLog2 == 3))) || in HwlInitGlobalParams()
[all …]
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h824 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing()
914 UINT_32 m_seLog2; ///< Number of shader engine Log2 variable
Daddrlib2.cpp72 m_seLog2(0), in Lib()
98 m_seLog2(0), in Lib()
1781 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2); in GetPipeXorBits()