Home
last modified time | relevance | path

Searched refs:DEBUG_NO_COMPACTION (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/common/
Dgen_debug.h77 #define DEBUG_NO_COMPACTION (1ull << 33) macro
Dgen_debug.c77 { "nocompact", DEBUG_NO_COMPACTION },
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1491 if (unlikely(INTEL_DEBUG & DEBUG_NO_COMPACTION)) in brw_compact_instructions()