Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp180 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeHtileInfo()
184 numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + 10; in HwlComputeHtileInfo()
295 … numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + Max(10u, m_pipeInterleaveLog2); in HwlComputeCmaskInfo()
299 numCompressBlkPerMetaBlkLog2 = m_seLog2 + m_rbPerSeLog2 + 10; in HwlComputeCmaskInfo()
799 const UINT_32 maxNumCompressBlkPerMetaBlk = 1u << (m_seLog2 + m_rbPerSeLog2 + 10u); in HwlComputeMaxMetaBaseAlignments()
1259 m_seLog2 = 0; in HwlInitGlobalParams()
1263 m_seLog2 = 1; in HwlInitGlobalParams()
1267 m_seLog2 = 2; in HwlInitGlobalParams()
1271 m_seLog2 = 3; in HwlInitGlobalParams()
1321 (((m_pipesLog2 == 1) && ((m_seLog2 == 2) || (m_seLog2 == 3))) || in HwlInitGlobalParams()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h846 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing()
952 UINT_32 m_seLog2; ///< Number of shader engine Log2 variable
Daddrlib2.cpp72 m_seLog2(0), in Lib()
98 m_seLog2(0), in Lib()
1820 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2); in GetPipeXorBits()