Lines Matching refs:pixelIndex
1605 UINT_32 pixelIndex; in ComputeSurfaceAddrFromCoordMacroTiled() local
1652 pixelIndex = ComputePixelIndexWithinMicroTile(x, in ComputeSurfaceAddrFromCoordMacroTiled()
1669 pixelOffset = pixelIndex * bpp * numSamples; in ComputeSurfaceAddrFromCoordMacroTiled()
1679 pixelOffset = pixelIndex * bpp; in ComputeSurfaceAddrFromCoordMacroTiled()
1881 UINT_32 pixelIndex; in ComputeSurfaceAddrFromCoordMicroTiled() local
1923 pixelIndex = ComputePixelIndexWithinMicroTile(x, in ComputeSurfaceAddrFromCoordMicroTiled()
1939 pixelOffset = pixelIndex * bpp * numSamples; in ComputeSurfaceAddrFromCoordMicroTiled()
1949 pixelOffset = pixelIndex * bpp; in ComputeSurfaceAddrFromCoordMicroTiled()
2012 UINT_32 pixelIndex; in HwlComputePixelCoordFromOffset() local
2017 pixelIndex = offset / samplePixelBits; in HwlComputePixelCoordFromOffset()
2024 pixelIndex = (offset % sampleTileBits) / bpp; in HwlComputePixelCoordFromOffset()
2034 x = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
2035 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
2038 x = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
2039 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
2042 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2043 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
2046 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2047 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2050 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2051 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2059 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2060 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2080 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
2081 y = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
2084 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
2085 y = pixelIndex & 0x7; in HwlComputePixelCoordFromOffset()
2088 x = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
2089 y = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2092 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2093 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2103 z = Bits2Number(3, _BIT(pixelIndex,8),_BIT(pixelIndex,7),_BIT(pixelIndex,6)); in HwlComputePixelCoordFromOffset()
2126 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2127 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2128 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset()
2131 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2132 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2133 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset()
2137 x = Bits2Number(3, _BIT(pixelIndex,6),_BIT(pixelIndex,3),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset()
2138 y = Bits2Number(3, _BIT(pixelIndex,7),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset()
2139 z = Bits2Number(2, _BIT(pixelIndex,5),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset()
2148 z += Bits2Number(3,_BIT(pixelIndex,8),0,0); in HwlComputePixelCoordFromOffset()