diff --git a/src/intel/compiler/brw_eu_compact.c b/src/intel/compiler/brw_eu_compact.c index ee6521ce834..413d240af0b 100644 --- a/src/intel/compiler/brw_eu_compact.c +++ b/src/intel/compiler/brw_eu_compact.c @@ -2523,7 +2523,9 @@ brw_compact_instructions(struct brw_codegen *p, int start_offset, if (try_compact_instruction(&c, dst, &inst)) { compacted_count++; - if (INTEL_DEBUG(DEBUG_ANY)) { + if (INTEL_DEBUG(DEBUG_VS | DEBUG_GS | DEBUG_TCS | DEBUG_TASK | + DEBUG_WM | DEBUG_CS | DEBUG_TES | DEBUG_MESH | + DEBUG_RT)) { brw_inst uncompacted; uncompact_instruction(&c, &uncompacted, dst); if (memcmp(&saved, &uncompacted, sizeof(uncompacted))) {