Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h80 #define DEBUG_NO_COMPACTION (1ull << 33) macro
102 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dgen_debug.c80 { "nocompact", DEBUG_NO_COMPACTION },
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2272 if (INTEL_DEBUG & DEBUG_NO_COMPACTION) in brw_compact_instructions()