Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp836 UINT_32 pipebit0 = _BIT(pipe,0); in ComputeTileCoordFromPipeAndElemIdx() local
858 x3 = pipebit0 ^ y3; in ComputeTileCoordFromPipeAndElemIdx()
866 y3 = pipebit0 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
874 x3 = pipebit0 ^ y3 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
879 x3 = elemIdx0 ^ pipebit0; in ComputeTileCoordFromPipeAndElemIdx()
882 y3 = pipebit0 ^ x3 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
895 x3 = pipebit0 ^ y3 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
902 x3 = pipebit0 ^ y3 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
913 y3 = pipebit0 ^ x5 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
923 y3 = pipebit0 ^ x4 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
[all …]