nir/algebraic: Add a mechanism for specifying the bit size of a value

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
Jason Ekstrand
2016-04-25 12:23:38 -07:00
parent cafb885e45
commit fcc1c8a437
3 changed files with 31 additions and 4 deletions
+2
View File
@@ -40,6 +40,8 @@ typedef enum {
typedef struct {
nir_search_value_type type;
unsigned bit_size;
} nir_search_value;
typedef struct {