Searched refs:ReverseBitVector (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 795 static inline UINT_32 ReverseBitVector( in ReverseBitVector() function 821 return (v & ((1 << num) - 1)) ^ ReverseBitVector(v >> num, num); in FoldXor2d() 859 t ^= ReverseBitVector(DeMort(v >> num, num), num); in FoldXor3d() 860 t ^= ReverseBitVector(DeMort(v >> (num + 1), num), num); in FoldXor3d()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 3154 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor() 3155 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSlicePipeBankXor() 3182 UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 3183 UINT_32 bankXor = ReverseBitVector(pIn->slice >> pipeBits, bankBits); in HwlComputeSubResourceOffsetForSwizzlePattern() 5013 blockOffset ^= (ReverseBitVector(pIn->slice, pipeBits) << m_pipeInterleaveLog2); in HwlComputeSurfaceAddrFromCoordTiled() 5014 blockOffset ^= (ReverseBitVector(pIn->slice >> pipeBits, bankBits) << in HwlComputeSurfaceAddrFromCoordTiled()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2246 const UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor()
|