Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp2501 UINT_32 pipeRotation = ComputePipeRotation(tileMode, numPipes); in ComputeSurfaceCoord2DFromBankPipe() local
2526 if (pipeRotation == 0) in ComputeSurfaceCoord2DFromBankPipe()
2536 pipe ^= pipeRotation * (slice / microTileThickness) + pipeSwizzle; in ComputeSurfaceCoord2DFromBankPipe()
2867 UINT_32 pipeRotation; in ComputeSliceTileSwizzle() local
2873 pipeRotation = ComputePipeRotation(tileMode, numPipes); in ComputeSliceTileSwizzle()
2884 if (pipeRotation == 0) //2D mode in ComputeSliceTileSwizzle()
2891 pipeSwizzle += firstSlice * pipeRotation; in ComputeSliceTileSwizzle()