Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2143 xN_max = (1 << (N - 1)) - 1 variable
2146 xN_max = (1 << N) - 1 variable
2160 ('ior', (xlt, xN_max, b), (xlt, a, (x2xN, b)))), cond),
2162 ('iand', (xlt, a, xN_max),
2165 ('iand', (xge, xN_max, b),
2169 ('ior', (xge, a, xN_max), (xge, (x2xN, a), b))), cond),

Completed in 5 milliseconds