summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/nir/nir.h')
-rw-r--r--src/glsl/nir/nir.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
index 822e2ae414c..8887c5815e7 100644
--- a/src/glsl/nir/nir.h
+++ b/src/glsl/nir/nir.h
@@ -606,8 +606,6 @@ extern const nir_op_info nir_op_infos[nir_num_opcodes];
typedef struct nir_alu_instr {
nir_instr instr;
nir_op op;
- bool has_predicate;
- nir_src predicate;
nir_alu_dest dest;
nir_alu_src src[];
} nir_alu_instr;
@@ -679,9 +677,6 @@ typedef struct {
nir_deref_var **params;
nir_deref_var *return_deref;
- bool has_predicate;
- nir_src predicate;
-
struct nir_function_overload *callee;
} nir_call_instr;
@@ -713,9 +708,6 @@ typedef struct {
nir_deref_var *variables[2];
- bool has_predicate;
- nir_src predicate;
-
nir_src src[];
} nir_intrinsic_instr;
@@ -813,9 +805,6 @@ typedef enum {
typedef struct {
nir_instr instr;
- bool has_predicate;
- nir_src predicate;
-
enum glsl_sampler_dim sampler_dim;
nir_alu_type dest_type;
@@ -944,9 +933,6 @@ typedef struct {
*/
unsigned array_elems;
- bool has_predicate;
- nir_src predicate;
-
nir_dest dest;
} nir_load_const_instr;