Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h76 #define DEBUG_SPILL_FS (1ull << 29) macro
101 (DEBUG_NO16 | DEBUG_NO_DUAL_OBJECT_GS | DEBUG_NO8 | DEBUG_SPILL_FS | \
Dgen_debug.c76 { "spill_fs", DEBUG_SPILL_FS },
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp7974 bool spill_all = allow_spilling && (INTEL_DEBUG & DEBUG_SPILL_FS); in allocate_registers()