Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_debug.c72 { "spill_fs", DEBUG_SPILL_FS },
Dintel_debug.h66 #define DEBUG_SPILL_FS (1ull << 30) macro
Dbrw_fs.cpp5784 bool spill_all = allow_spilling && (INTEL_DEBUG & DEBUG_SPILL_FS); in allocate_registers()