Lines Matching refs:pipeBit0
190 UINT_32 pipeBit0 = 0; in ComputePipeFromCoord() local
211 pipeBit0 = x3 ^ y3; in ComputePipeFromCoord()
215 pipeBit0 = x4 ^ y3; in ComputePipeFromCoord()
220 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
225 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
230 pipeBit0 = x3 ^ y3 ^ x5; in ComputePipeFromCoord()
235 pipeBit0 = x4 ^ y3 ^ x5; in ComputePipeFromCoord()
240 pipeBit0 = x4 ^ y3 ^ x5; in ComputePipeFromCoord()
246 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
252 pipeBit0 = x4 ^ y3 ^ x5; in ComputePipeFromCoord()
258 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
264 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
270 pipeBit0 = x3 ^ y3 ^ x5; in ComputePipeFromCoord()
276 pipeBit0 = x4 ^ y3; in ComputePipeFromCoord()
283 pipeBit0 = x3 ^ y3 ^ x4; in ComputePipeFromCoord()
293 pipe = pipeBit0 | (pipeBit1 << 1) | (pipeBit2 << 2) | (pipeBit3 << 3); in ComputePipeFromCoord()
2044 UINT_32 pipeBit0 = _BIT(pipe,0); in HwlComputeSurfaceCoord2DFromBankPipe() local
2060 x3 = pipeBit0 ^ y3; in HwlComputeSurfaceCoord2DFromBankPipe()
2063 x4 = pipeBit0 ^ y3; in HwlComputeSurfaceCoord2DFromBankPipe()
2064 x3 = pipeBit0 ^ y4; in HwlComputeSurfaceCoord2DFromBankPipe()
2068 x3 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2072 x3 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2076 x3 = pipeBit0 ^ y3 ^ x5; in HwlComputeSurfaceCoord2DFromBankPipe()
2084 x5 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2089 x5 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2094 x4 = pipeBit0 ^ y3 ^ x5; in HwlComputeSurfaceCoord2DFromBankPipe()
2099 x3 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2104 x3 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2109 x3 = pipeBit0 ^ y3 ^ x4; in HwlComputeSurfaceCoord2DFromBankPipe()
2114 x3 = pipeBit0 ^ y3 ^ x5; in HwlComputeSurfaceCoord2DFromBankPipe()