Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_debug.h73 #define DEBUG_SPILL_FS (1ull << 29) macro
Dgen_debug.c73 { "spill_fs", DEBUG_SPILL_FS },
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp6103 bool spill_all = allow_spilling && (INTEL_DEBUG & DEBUG_SPILL_FS); in allocate_registers()