Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_debug.h74 #define DEBUG_SPILL_VEC4 (1ull << 30) macro
Dgen_debug.c74 { "spill_vec4", DEBUG_SPILL_VEC4 },
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2705 if (unlikely(INTEL_DEBUG & DEBUG_SPILL_VEC4)) { in run()