Searched refs:x2yN (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_algebraic.py | 877 # Optimize x2yN(b2x(x)) -> b2y 884 x2yN = '{}2{}'.format(x, y) variable 885 optimizations.append(((x2yN, (b2x, a)), (b2y, a)))
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_algebraic.py | 1937 # Optimize x2yN(b2x(x)) -> b2y 1944 x2yN = '{}2{}'.format(x, y) variable 1945 optimizations.append(((x2yN, (b2x, a)), (b2y, a)))
|
Completed in 10 milliseconds