summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-12-04 14:11:51 -0800
committerKenneth Graunke <[email protected]>2019-02-21 10:26:10 -0800
commit286b8b8f99580fae0a61803517898b1b80795747 (patch)
treebfc45b7dc52e7f081327484885dd5993710603b9 /src/intel
parent96bb328e9b82c36ed271f1acbaff76b23ba319d3 (diff)
iris: handle PatchVerticesIn as a system value.
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/compiler/brw_compiler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h
index 560f2c3c6ba..b894c47ed6b 100644
--- a/src/intel/compiler/brw_compiler.h
+++ b/src/intel/compiler/brw_compiler.h
@@ -567,6 +567,8 @@ enum brw_param_builtin {
BRW_PARAM_BUILTIN_TESS_LEVEL_INNER_X,
BRW_PARAM_BUILTIN_TESS_LEVEL_INNER_Y,
+ BRW_PARAM_BUILTIN_PATCH_VERTICES_IN,
+
BRW_PARAM_BUILTIN_BASE_WORK_GROUP_ID_X,
BRW_PARAM_BUILTIN_BASE_WORK_GROUP_ID_Y,
BRW_PARAM_BUILTIN_BASE_WORK_GROUP_ID_Z,