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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
index 11130304170..7b39cbb4c12 100644
--- a/src/glsl/nir/nir.h
+++ b/src/glsl/nir/nir.h
@@ -1471,6 +1471,9 @@ typedef struct nir_shader_compiler_options {
bool lower_pack_half_2x16;
bool lower_unpack_half_2x16;
+ bool lower_extract_byte;
+ bool lower_extract_word;
+
/**
* Does the driver support real 32-bit integers? (Otherwise, integers
* are simulated by floats.)