Searched refs:xBit4 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | egbaddrlib.cpp | 2494 UINT_32 xBit4 = 0; in ComputeSurfaceCoord2DFromBankPipe() local 2601 xBit4 = _BIT(bank, 1) ^ _BIT(yBit,0); in ComputeSurfaceCoord2DFromBankPipe() 2606 xBit4 = _BIT(bank, 1) ^ _BIT(yBit,1) ^ _BIT(yBit,2); in ComputeSurfaceCoord2DFromBankPipe() 2610 xBit4 = _BIT(bank, 1) ^ _BIT(yBit, 2) ^ _BIT(yBit, 3);//x4 = b1 ^ y5 ^ y6; in ComputeSurfaceCoord2DFromBankPipe() 2624 xBit4 = _BIT(bank, 1) ^ _BIT(yBit,1) ^ _BIT(yBit, 2);//x4 = b1 ^ y4 ^ y5; in ComputeSurfaceCoord2DFromBankPipe() 2629 xBit4 = _BIT(bank, 1) ^ _BIT(yBit, 2) ^ _BIT(yBit, 3);//x4 = y5 ^ y6 ^ b1 in ComputeSurfaceCoord2DFromBankPipe() 2642 pOutput->xBit4 = xBit4; in ComputeSurfaceCoord2DFromBankPipe()
|
D | egbaddrlib.h | 50 UINT_32 xBit4 : 1; member
|
D | siaddrlib.cpp | 2465 UINT_32 xBit4 = 0; in HwlComputeSurfaceCoord2DFromBankPipe() local 2480 xBit4 = xyBits.xBit4; in HwlComputeSurfaceCoord2DFromBankPipe() 2501 xBit = Bits2Number(3, xBit5, xBit4, xBit3); in HwlComputeSurfaceCoord2DFromBankPipe()
|