Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2087 UINT_32 xBit0; in ComputeXmaskCoordYFromPipe() local
2118 xBit0 = x & 0x1; in ComputeXmaskCoordYFromPipe()
2120 yBit0 = pipeBit0 ^ xBit0; in ComputeXmaskCoordYFromPipe()
2137 xBit0 = x & 0x1; in ComputeXmaskCoordYFromPipe()
2141 yBit1 = pipeBit1 ^ xBit0; in ComputeXmaskCoordYFromPipe()