diff options
Diffstat (limited to 'src/compiler/nir/nir_search.h')
-rw-r--r-- | src/compiler/nir/nir_search.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_search.h b/src/compiler/nir/nir_search.h index 61742f129b1..c49eba76dec 100644 --- a/src/compiler/nir/nir_search.h +++ b/src/compiler/nir/nir_search.h @@ -40,6 +40,8 @@ typedef enum { typedef struct { nir_search_value_type type; + + unsigned bit_size; } nir_search_value; typedef struct { |