Searched refs:xlt (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 2118 xlt = '{0}lt'.format(t[0]) variable 2133 ((xlt, (x2xM, aN), (x2xM, bP)), (xlt, a, (x2xN, b)), cond), 2135 ((xlt, (x2xM, bP), (x2xM, aN)), (xlt, (x2xN, b), a), cond), 2158 ((xlt, (x2xM, aN), '#b'), 2159 ('iand', (xlt, xN_min, b), 2160 ('ior', (xlt, xN_max, b), (xlt, a, (x2xN, b)))), cond), 2161 ((xlt, '# [all...] |
Completed in 4 milliseconds