Home
last modified time | relevance | path

Searched refs:DEBUG_OPTIMIZER (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/common/
Dgen_debug.h69 #define DEBUG_OPTIMIZER (1ull << 25) macro
Dgen_debug.c69 { "optimizer", DEBUG_OPTIMIZER },
/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1118 if (!unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) in dump_instructions()
1125 if (!unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) in dump_instructions()
Dbrw_vec4.cpp2629 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER) && this_progress) { \ in run()
2642 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) { in run()
Dbrw_fs.cpp5953 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER) && this_progress) { \ in optimize()
5967 if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) { in optimize()