• Home
  • Raw
  • Download

Lines Matching refs:pixelIndex

1444     UINT_32 pixelIndex;  in ComputeSurfaceAddrFromCoordMacroTiled()  local
1491 pixelIndex = ComputePixelIndexWithinMicroTile(x, in ComputeSurfaceAddrFromCoordMacroTiled()
1508 pixelOffset = pixelIndex * bpp * numSamples; in ComputeSurfaceAddrFromCoordMacroTiled()
1518 pixelOffset = pixelIndex * bpp; in ComputeSurfaceAddrFromCoordMacroTiled()
1720 UINT_32 pixelIndex; in ComputeSurfaceAddrFromCoordMicroTiled() local
1762 pixelIndex = ComputePixelIndexWithinMicroTile(x, in ComputeSurfaceAddrFromCoordMicroTiled()
1778 pixelOffset = pixelIndex * bpp * numSamples; in ComputeSurfaceAddrFromCoordMicroTiled()
1788 pixelOffset = pixelIndex * bpp; in ComputeSurfaceAddrFromCoordMicroTiled()
1851 UINT_32 pixelIndex; in HwlComputePixelCoordFromOffset() local
1856 pixelIndex = offset / samplePixelBits; in HwlComputePixelCoordFromOffset()
1863 pixelIndex = (offset % sampleTileBits) / bpp; in HwlComputePixelCoordFromOffset()
1873 x = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
1874 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
1877 x = pixelIndex & 0x7; 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()
1920 y = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
1923 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
1924 y = pixelIndex & 0x7; 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()
3404 UINT_32 pixelIndex = ComputePixelIndexWithinMicroTile(x % 8, in ComputeFmaskAddrFromCoordMicroTiled() local
3411 *pBitPosition = ((pixelIndex * numSamples) + sample) & (BITS_PER_BYTE-1); in ComputeFmaskAddrFromCoordMicroTiled()
3521 UINT_32 pixelIndex = ComputePixelIndexWithinMicroTile(x , in ComputeFmaskAddrFromCoordMacroTiled() local
3528 *pBitPosition = ((pixelIndex * numSamples) + sample) & (BITS_PER_BYTE-1); in ComputeFmaskAddrFromCoordMacroTiled()