summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_debug_recompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/compiler/brw_debug_recompile.c')
-rw-r--r--src/intel/compiler/brw_debug_recompile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_debug_recompile.c b/src/intel/compiler/brw_debug_recompile.c
index 0c3b200cd6a..24963bf0429 100644
--- a/src/intel/compiler/brw_debug_recompile.c
+++ b/src/intel/compiler/brw_debug_recompile.c
@@ -72,6 +72,9 @@ debug_sampler_recompile(const struct brw_compiler *c, void *log,
found |= check("xy_uxvx image bound", xy_uxvx_image_mask);
found |= check("ayuv image bound", ayuv_image_mask);
found |= check("xyuv image bound", xyuv_image_mask);
+ found |= check("bt709", bt709_mask);
+ found |= check("bt2020", bt2020_mask);
+ found |= check("yuv full range", yuv_full_range_mask);
for (unsigned i = 0; i < MAX_SAMPLERS; i++) {
found |= check("EXT_texture_swizzle or DEPTH_TEXTURE_MODE", swizzles[i]);