• Home
  • Raw
  • Download

Lines Matching refs:Bits2Number

1874                     y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4));  in HwlComputePixelCoordFromOffset()
1878 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
1881 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1882 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
1885 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1886 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1889 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1890 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1898 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1899 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1919 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
1923 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
1927 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
1928 y = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1931 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1932 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1942 z = Bits2Number(3, _BIT(pixelIndex,8),_BIT(pixelIndex,7),_BIT(pixelIndex,6)); in HwlComputePixelCoordFromOffset()
1965 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1966 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1967 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
1970 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1971 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1972 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
1976 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,3),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
1977 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
1978 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
1987 z += Bits2Number(3,_BIT(pixelIndex,8),0,0); in HwlComputePixelCoordFromOffset()