Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.cpp2079 UINT_32 xBit1; in ComputeXmaskCoordYFromPipe() local
2129 xBit1 = (x & 0x2) >> 1; in ComputeXmaskCoordYFromPipe()
2131 yBit0 = pipeBit0 ^ xBit1; in ComputeXmaskCoordYFromPipe()