diff options
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 3247a2efc32..25a0b1f58cb 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -217,6 +217,7 @@ struct brw_sampler_prog_key_data { uint32_t xyuv_image_mask; uint32_t bt709_mask; uint32_t bt2020_mask; + uint32_t yuv_full_range_mask; /* Scale factor for each texture. */ float scale_factors[32]; |