Searched refs:blkMask (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp616 const UINT_32 blkMask = (1 << blkSizeLog2) - 1; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskAddrFromCoord
627 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask;
685 const UINT_32 blkMask = (1 << blkSizeLog2) - 1; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileAddrFromCoord
696 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask;
823 const UINT_32 blkMask = (1 << blkSizeLog2) - 1; local in function:Addr::V2::Gfx10Lib::HwlComputeDccAddrFromCoord
835 const UINT_32 pipeXor = ((pIn->pipeXor & pipeMask) << m_pipeInterleaveLog2) & blkMask;
4437 const UINT_32 blkMask = (1 << blkSizeLog2) - 1; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled
4441 (((pIn->pipeBankXor & (pipeMask | bankMask)) << m_pipeInterleaveLog2) & blkMask) : 0;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c155 unsigned blkMask = (1 << blkSizeLog2) - 1; local in function:gfx10_meta_addr_from_coord
162 unsigned pipeXor = ((pipe_xor & pipeMask) << m_pipeInterleaveLog2) & blkMask;
H A Dac_surface.c3050 unsigned blkMask = (1 << blkSizeLog2) - 1; local in function:gfx10_nir_meta_addr_from_coord
3058 nir_imm_int(b, m_pipeInterleaveLog2)), blkMask);

Completed in 15 milliseconds