Home
last modified time | relevance | path

Searched refs:pipeRotation (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp2340 UINT_32 pipeRotation = ComputePipeRotation(tileMode, numPipes); in ComputeSurfaceCoord2DFromBankPipe() local
2365 if (pipeRotation == 0) in ComputeSurfaceCoord2DFromBankPipe()
2375 pipe ^= pipeRotation * (slice / microTileThickness) + pipeSwizzle; in ComputeSurfaceCoord2DFromBankPipe()
2705 UINT_32 pipeRotation; in ComputeSliceTileSwizzle() local
2711 pipeRotation = ComputePipeRotation(tileMode, numPipes); in ComputeSliceTileSwizzle()
2722 if (pipeRotation == 0) //2D mode in ComputeSliceTileSwizzle()
2729 pipeSwizzle += firstSlice * pipeRotation; in ComputeSliceTileSwizzle()