Searched refs:ReverseBitVector (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 767 static inline UINT_32 ReverseBitVector( in ReverseBitVector() function 793 return (v & ((1 << num) - 1)) ^ ReverseBitVector(v >> num, num); in FoldXor2d() 831 t ^= ReverseBitVector(DeMort(v >> num, num), num); in FoldXor3d() 832 t ^= ReverseBitVector(DeMort(v >> (num + 1), num), num); in FoldXor3d()
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 3036 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor() 3037 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSlicePipeBankXor() 3064 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 3065 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 4828 blockOffset ^= (ReverseBitVector(pIn->slice, pipeBits) << m_pipeInterleaveLog2); in HwlComputeSurfaceAddrFromCoordTiled() 4829 blockOffset ^= (ReverseBitVector(pIn->slice >> pipeBits, bankBits) << in HwlComputeSurfaceAddrFromCoordTiled()
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2117 const UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor()
|