Searched refs:ReverseBitVector (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrcommon.h | 738 static inline UINT_32 ReverseBitVector( in ReverseBitVector() function 764 return (v & ((1 << num) - 1)) ^ ReverseBitVector(v >> num, num); in FoldXor2d() 802 t ^= ReverseBitVector(DeMort(v >> num, num), num); in FoldXor3d() 803 t ^= ReverseBitVector(DeMort(v >> (num + 1), num), num); in FoldXor3d()
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 2973 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor() 2974 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSlicePipeBankXor() 3001 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 3002 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 4752 blockOffset ^= (ReverseBitVector(pIn->slice, pipeBits) << m_pipeInterleaveLog2); in HwlComputeSurfaceAddrFromCoordTiled() 4753 blockOffset ^= (ReverseBitVector(pIn->slice >> pipeBits, bankBits) << in HwlComputeSurfaceAddrFromCoordTiled()
|