Searched refs:x2yN (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ | ||
H A D | nir_opt_algebraic.py | 2039 # Optimize x2yN(b2x(x)) -> b2y 2046 x2yN = '{}2{}'.format(x, y) variable 2047 optimizations.append(((x2yN, (b2x, a)), (b2y, a))) |
Completed in 5 milliseconds