Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2088 UINT_32 xBit1; in ComputeXmaskCoordYFromPipe() local
2138 xBit1 = (x & 0x2) >> 1; in ComputeXmaskCoordYFromPipe()
2140 yBit0 = pipeBit0 ^ xBit1; in ComputeXmaskCoordYFromPipe()