Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/dev/
Dgen_debug.h77 #define DEBUG_SPILL_VEC4 (1ull << 30) macro
102 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dgen_debug.c77 { "spill_vec4", DEBUG_SPILL_VEC4 },
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2764 if (INTEL_DEBUG & DEBUG_SPILL_VEC4) { in run()