diff options
Diffstat (limited to 'src/compiler/nir/nir_search.h')
-rw-r--r-- | src/compiler/nir/nir_search.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_search.h b/src/compiler/nir/nir_search.h index 9dc09d2361c..526a498cd47 100644 --- a/src/compiler/nir/nir_search.h +++ b/src/compiler/nir/nir_search.h @@ -121,8 +121,11 @@ enum nir_search_op { nir_search_op_b2i, nir_search_op_i2b, nir_search_op_f2b, + nir_num_search_ops, }; +uint16_t nir_search_op_for_nir_op(nir_op op); + typedef struct { nir_search_value value; |