Searched refs:b2y (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py877 # Optimize x2yN(b2x(x)) -> b2y
883 b2y = 'b2f' if y == 'f' else 'b2i' variable
885 optimizations.append(((x2yN, (b2x, a)), (b2y, a)))
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_algebraic.py1937 # Optimize x2yN(b2x(x)) -> b2y
1943 b2y = 'b2f' if y == 'f' else 'b2i' variable
1945 optimizations.append(((x2yN, (b2x, a)), (b2y, a)))

Completed in 14 milliseconds