• Home
  • Raw
  • Download

Lines Matching refs:_BIT

663     UINT_32 x3 = _BIT(tx,0);  in ComputePipeFromCoord()
664 UINT_32 x4 = _BIT(tx,1); in ComputePipeFromCoord()
665 UINT_32 x5 = _BIT(tx,2); in ComputePipeFromCoord()
666 UINT_32 x6 = _BIT(tx,3); in ComputePipeFromCoord()
667 UINT_32 y3 = _BIT(ty,0); in ComputePipeFromCoord()
668 UINT_32 y4 = _BIT(ty,1); in ComputePipeFromCoord()
669 UINT_32 y5 = _BIT(ty,2); in ComputePipeFromCoord()
670 UINT_32 y6 = _BIT(ty,3); in ComputePipeFromCoord()
805 UINT_32 pipebit0 = _BIT(pipe,0); in ComputeTileCoordFromPipeAndElemIdx()
806 UINT_32 pipebit1 = _BIT(pipe,1); in ComputeTileCoordFromPipeAndElemIdx()
807 UINT_32 pipebit2 = _BIT(pipe,2); in ComputeTileCoordFromPipeAndElemIdx()
808 UINT_32 pipebit3 = _BIT(pipe,3); in ComputeTileCoordFromPipeAndElemIdx()
809 UINT_32 elemIdx0 = _BIT(elemIdx,0); in ComputeTileCoordFromPipeAndElemIdx()
810 UINT_32 elemIdx1 = _BIT(elemIdx,1); in ComputeTileCoordFromPipeAndElemIdx()
811 UINT_32 elemIdx2 = _BIT(elemIdx,2); in ComputeTileCoordFromPipeAndElemIdx()
849 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
862 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
870 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
878 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
879 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
889 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
890 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
902 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
903 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
911 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
919 x5 = _BIT(x,5); in ComputeTileCoordFromPipeAndElemIdx()
920 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
934 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
948 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
949 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
960 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
975 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
976 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
985 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
999 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
1000 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
1008 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
1021 y5 = _BIT(y,5); in ComputeTileCoordFromPipeAndElemIdx()
1022 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
1030 y6 = _BIT(y,6); in ComputeTileCoordFromPipeAndElemIdx()
1064 tx0 = _BIT(tx,0); in TileCoordToMaskElementIndex()
1065 tx1 = _BIT(tx,1); in TileCoordToMaskElementIndex()
1066 ty0 = _BIT(ty,0); in TileCoordToMaskElementIndex()
1067 ty1 = _BIT(ty,1); in TileCoordToMaskElementIndex()
1546 UINT_32 pipebit1 = _BIT(pipe,1); in HwlComputeXmaskCoordFromAddr()
1547 UINT_32 pipebit2 = _BIT(pipe,2); in HwlComputeXmaskCoordFromAddr()
1548 UINT_32 pipebit3 = _BIT(pipe,3); in HwlComputeXmaskCoordFromAddr()
2495 yBitTemp = _BIT(yBit, yBitToCheck); in HwlComputeSurfaceCoord2DFromBankPipe()
2514 UINT_32 pipeBit0 = _BIT(pipe,0); in HwlComputeSurfaceCoord2DFromBankPipe()
2515 UINT_32 pipeBit1 = _BIT(pipe,1); in HwlComputeSurfaceCoord2DFromBankPipe()
2516 UINT_32 pipeBit2 = _BIT(pipe,2); in HwlComputeSurfaceCoord2DFromBankPipe()
2518 UINT_32 y3 = _BIT(y, 3); in HwlComputeSurfaceCoord2DFromBankPipe()
2519 UINT_32 y4 = _BIT(y, 4); in HwlComputeSurfaceCoord2DFromBankPipe()
2520 UINT_32 y5 = _BIT(y, 5); in HwlComputeSurfaceCoord2DFromBankPipe()
2521 UINT_32 y6 = _BIT(y, 6); in HwlComputeSurfaceCoord2DFromBankPipe()
2524 UINT_32 bankBit00 = _BIT(bank,0); in HwlComputeSurfaceCoord2DFromBankPipe()
2617 UINT_32 bankBit0 = _BIT(bank, 0); in HwlPreAdjustBank()
2618 UINT_32 x4 = _BIT(tileX, 1); in HwlPreAdjustBank()
2619 UINT_32 x5 = _BIT(tileX, 2); in HwlPreAdjustBank()