Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp2215 UINT_32 xBit1; in ComputeXmaskCoordYFromPipe() local
2265 xBit1 = (x & 0x2) >> 1; in ComputeXmaskCoordYFromPipe()
2267 yBit0 = pipeBit0 ^ xBit1; in ComputeXmaskCoordYFromPipe()