Lines Matching refs:pipeBit2
656 UINT_32 pipeBit2 = 0; in ComputePipeFromCoord() local
706 pipeBit2 = x4 ^ y5; in ComputePipeFromCoord()
712 pipeBit2 = x4 ^ y5; in ComputePipeFromCoord()
718 pipeBit2 = x5 ^ y5; in ComputePipeFromCoord()
724 pipeBit2 = x5 ^ y5; in ComputePipeFromCoord()
730 pipeBit2 = x5 ^ y5; in ComputePipeFromCoord()
736 pipeBit2 = x5 ^ y6; in ComputePipeFromCoord()
742 pipeBit2 = x5 ^ y6; in ComputePipeFromCoord()
749 pipeBit2 = x5 ^ y6; in ComputePipeFromCoord()
757 pipe = pipeBit0 | (pipeBit1 << 1) | (pipeBit2 << 2) | (pipeBit3 << 3); in ComputePipeFromCoord()
2516 UINT_32 pipeBit2 = _BIT(pipe,2); in HwlComputeSurfaceCoord2DFromBankPipe() local
2553 x4 = pipeBit2 ^ y4; in HwlComputeSurfaceCoord2DFromBankPipe()
2558 x4 = pipeBit2 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2563 x5 = pipeBit2 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2567 x4 = pipeBit2 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2572 x5 = pipeBit2 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2577 x5 = pipeBit2 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2583 x5 = pipeBit2 ^ y6; in HwlComputeSurfaceCoord2DFromBankPipe()