Lines Matching refs:pipebit1
806 UINT_32 pipebit1 = _BIT(pipe,1); in ComputeTileCoordFromPipeAndElemIdx() local
834 x3 = pipebit1 ^ y4; in ComputeTileCoordFromPipeAndElemIdx()
842 y4 = pipebit1 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
850 x4 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
863 x5 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
880 x3 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
888 y4 = pipebit1 ^ x3; in ComputeTileCoordFromPipeAndElemIdx()
899 x3 = pipebit1 ^ y4; in ComputeTileCoordFromPipeAndElemIdx()
922 y4 = pipebit1 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
931 y4 = pipebit1 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
950 x4 = pipebit1 ^ y6; in ComputeTileCoordFromPipeAndElemIdx()
961 x4 = pipebit1 ^ y6; in ComputeTileCoordFromPipeAndElemIdx()
978 x6 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
996 x3 = pipebit1 ^ y4; in ComputeTileCoordFromPipeAndElemIdx()
1017 y4 = pipebit1 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
1546 UINT_32 pipebit1 = _BIT(pipe,1); in HwlComputeXmaskCoordFromAddr() local
1554 macroOffset |= pipebit1; in HwlComputeXmaskCoordFromAddr()
1571 macroOffset |= (pipebit1<<1); in HwlComputeXmaskCoordFromAddr()