Searched refs:xBit5 (Results 1 – 3 of 3) sorted by relevance
2495 UINT_32 xBit5 = 0; in ComputeSurfaceCoord2DFromBankPipe() local2625 xBit5 = _BIT(bank, 2) ^ _BIT(yBit,0); in ComputeSurfaceCoord2DFromBankPipe()2630 xBit5 = _BIT(bank, 2) ^ _BIT(yBit, 1);//x5 = y4 ^ b2 in ComputeSurfaceCoord2DFromBankPipe()2643 pOutput->xBit5 = xBit5; in ComputeSurfaceCoord2DFromBankPipe()
51 UINT_32 xBit5 : 1; member
2466 UINT_32 xBit5 = 0; in HwlComputeSurfaceCoord2DFromBankPipe() local2481 xBit5 = xyBits.xBit5; in HwlComputeSurfaceCoord2DFromBankPipe()2501 xBit = Bits2Number(3, xBit5, xBit4, xBit3); in HwlComputeSurfaceCoord2DFromBankPipe()