Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h795 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/
Dgfx9addrlib.cpp3154 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/
Dgfx10addrlib.cpp2246 const UINT_32 pipeXor = ReverseBitVector(pIn->slice, pipeBits); in HwlComputeSlicePipeBankXor()