summaryrefslogtreecommitdiff
path: root/src/freedreno/ir3/ir3_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/ir3/ir3_compiler.h')
-rw-r--r--src/freedreno/ir3/ir3_compiler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/freedreno/ir3/ir3_compiler.h b/src/freedreno/ir3/ir3_compiler.h
index 4abd574ff80..daf966a993a 100644
--- a/src/freedreno/ir3/ir3_compiler.h
+++ b/src/freedreno/ir3/ir3_compiler.h
@@ -67,6 +67,9 @@ struct ir3_compiler_options {
/* True if 16-bit descriptors are used for both 16-bit and 32-bit access. */
bool storage_16bit;
+
+ /* If base_vertex should be lowered in nir */
+ bool lower_base_vertex;
};
struct ir3_compiler {