Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp806 UINT_32 pipebit1 = _BIT(pipe,1); in ComputeTileCoordFromPipeAndElemIdx() local
834 x3 = pipebit1 ^ y4; in ComputeTileCoordFromPipeAndElemIdx()
842 y4 = pipebit1 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
850 x4 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
863 x5 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
880 x3 = pipebit1 ^ y5; in ComputeTileCoordFromPipeAndElemIdx()
888 y4 = pipebit1 ^ x3; in ComputeTileCoordFromPipeAndElemIdx()
899 x3 = pipebit1 ^ y4; in ComputeTileCoordFromPipeAndElemIdx()
922 y4 = pipebit1 ^ x5; in ComputeTileCoordFromPipeAndElemIdx()
931 y4 = pipebit1 ^ x4; in ComputeTileCoordFromPipeAndElemIdx()
[all …]