Home
last modified time | relevance | path

Searched refs:getxor (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Dcoord.h96 UINT_32 getxor(const UINT_32 *coords) const;
Dcoord.cpp233 UINT_32 CoordTerm::getxor(const UINT_32 *coords) const in getxor() function in Addr::V2::CoordTerm
365 out |= static_cast<UINT_64>(m_eq[i].getxor(coords)) << i; in solve()