diff options
Diffstat (limited to 'src/intel/compiler/brw_shader.h')
-rw-r--r-- | src/intel/compiler/brw_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_shader.h b/src/intel/compiler/brw_shader.h index 30e7bf75c58..d632f6dcd4e 100644 --- a/src/intel/compiler/brw_shader.h +++ b/src/intel/compiler/brw_shader.h @@ -167,6 +167,7 @@ struct backend_instruction { bool no_dd_check:1; bool saturate:1; bool shadow_compare:1; + bool eot:1; /* Chooses which flag subregister (f0.0 or f0.1) is used for conditional * mod and predication. |