Searched refs:getxor (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | coord.h | 67 UINT_32 getxor(UINT_32 x, UINT_32 y, UINT_32 z = 0, UINT_32 s = 0, UINT_32 m = 0) const;
|
D | coord.cpp | 237 UINT_32 CoordTerm::getxor(UINT_32 x, UINT_32 y, UINT_32 z, UINT_32 s, UINT_32 m) const in getxor() function in CoordTerm 394 if (m_eq[i].getxor(x, y, z, s, m) != 0) in solve()
|