Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h74 #define DEBUG_NO_COMPACTION (1ull << 26) macro
103 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dintel_debug.c72 { "nocompact", DEBUG_NO_COMPACTION },
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2483 if (INTEL_DEBUG(DEBUG_NO_COMPACTION)) in brw_compact_instructions()