Lines Matching refs:y5
237 ADDR_CHANNEL_SETTING y5 = InitChannel(1, 1, bankYStart + 2); in ComputeBankEquation() local
246 y5.value = (threshY > bankYStart + 2) ? y5.value : 0; in ComputeBankEquation()
256 pEquation->addr[1] = y5; in ComputeBankEquation()
268 pEquation->addr[1] = y5; in ComputeBankEquation()
281 pEquation->xor1[1] = y5; in ComputeBankEquation()
293 pEquation->xor1[1] = y5; in ComputeBankEquation()
309 pEquation->addr[0] = y5; in ComputeBankEquation()
312 pEquation->xor1[1] = y5; in ComputeBankEquation()
320 pEquation->xor1[0] = y5; in ComputeBankEquation()
322 pEquation->xor1[1] = y5; in ComputeBankEquation()
330 pEquation->xor1[0] = y5; in ComputeBankEquation()
333 pEquation->xor2[1] = y5; in ComputeBankEquation()
466 ADDR_CHANNEL_SETTING y5 = InitChannel(1, 1, 5); in ComputePipeEquation() local
475 y5.value = (threshY > 5) ? y5.value : 0; in ComputePipeEquation()
505 pXor1[1] = y5; in ComputePipeEquation()
513 pXor1[1] = y5; in ComputePipeEquation()
521 pXor1[1] = y5; in ComputePipeEquation()
531 pXor1[2] = y5; in ComputePipeEquation()
541 pXor1[2] = y5; in ComputePipeEquation()
551 pXor1[2] = y5; in ComputePipeEquation()
561 pXor1[2] = y5; in ComputePipeEquation()
571 pXor1[2] = y5; in ComputePipeEquation()
579 pXor1[1] = y5; in ComputePipeEquation()
592 pXor1[3] = y5; in ComputePipeEquation()
604 pXor1[3] = y5; in ComputePipeEquation()
669 UINT_32 y5 = _BIT(ty,2); in ComputePipeFromCoord() local
690 pipeBit1 = x4 ^ y5; in ComputePipeFromCoord()
695 pipeBit1 = x5 ^ y5; in ComputePipeFromCoord()
700 pipeBit1 = x3 ^ y5; in ComputePipeFromCoord()
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()
735 pipeBit1 = x6 ^ y5; in ComputePipeFromCoord()
743 pipeBit3 = x6 ^ y5; in ComputePipeFromCoord()
750 pipeBit3 = x6 ^ y5; in ComputePipeFromCoord()
818 UINT_32 y5 = 0; in ComputeTileCoordFromPipeAndElemIdx() local
849 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
850 x4 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
862 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
863 x5 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
878 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
880 x3 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
889 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
891 x4 = pipebit2 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
902 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
904 x5 = pipebit2 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
920 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
921 x4 = pipebit2 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
934 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
935 x5 = pipebit2 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
948 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
954 x5 = pipebit2 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
975 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
978 x6 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
999 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
1002 x6 = pipebit3 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
1021 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
1024 x6 = pipebit3 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
2520 UINT_32 y5 = _BIT(y, 5); in HwlComputeSurfaceCoord2DFromBankPipe() local
2545 x5 = pipeBit1 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()
2552 x3 = pipeBit1 ^ y5; 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()
2582 x6 = pipeBit1 ^ y5; in HwlComputeSurfaceCoord2DFromBankPipe()