Searched defs:xN_max (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ | ||
H A D | nir_opt_algebraic.py | 2143 xN_max = (1 << (N - 1)) - 1 variable 2146 xN_max = (1 << N) - 1 variable |
Completed in 6 milliseconds