Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp805 UINT_32 pipebit0 = _BIT(pipe,0); in ComputeTileCoordFromPipeAndElemIdx() local
827 x3 = pipebit0 ^ y3; in ComputeTileCoordFromPipeAndElemIdx()
835 y3 = pipebit0 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
843 x3 = pipebit0 ^ y3 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
848 x3 = elemIdx0 ^ pipebit0; in ComputeTileCoordFromPipeAndElemIdx()
851 y3 = pipebit0 ^ x3 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
864 x3 = pipebit0 ^ y3 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
871 x3 = pipebit0 ^ y3 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
882 y3 = pipebit0 ^ x5 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
892 y3 = pipebit0 ^ x4 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
[all …]