Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/dev/
Dintel_debug.h71 #define DEBUG_SPILL_VEC4 (1ull << 23) macro
103 DEBUG_SPILL_VEC4 | DEBUG_NO_COMPACTION | DEBUG_DO32 | DEBUG_SOFT64 | \
Dintel_debug.c69 { "spill_vec4", DEBUG_SPILL_VEC4 },
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2473 if (INTEL_DEBUG(DEBUG_SPILL_VEC4)) { in run()