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:
@@ -40,6 +40,8 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
nir_search_value_type type;
|
||||
|
||||
unsigned bit_size;
|
||||
} nir_search_value;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user