Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp833 if (r600::sfn_log.has_debug_flag(r600::SfnLog::steps)) { in r600_shader_from_nir()
838 if (!r600::sfn_log.has_debug_flag(r600::SfnLog::noopt)) { in r600_shader_from_nir()
841 if (r600::sfn_log.has_debug_flag(r600::SfnLog::steps)) { in r600_shader_from_nir()
848 if (r600::sfn_log.has_debug_flag(r600::SfnLog::steps)) { in r600_shader_from_nir()
853 if (!r600::sfn_log.has_debug_flag(r600::SfnLog::nomerge)) { in r600_shader_from_nir()
855 if (r600::sfn_log.has_debug_flag(r600::SfnLog::merge)) { in r600_shader_from_nir()
868 } else if (r600::sfn_log.has_debug_flag(r600::SfnLog::merge) || in r600_shader_from_nir()
869 r600::sfn_log.has_debug_flag(r600::SfnLog::steps)) { in r600_shader_from_nir()
Dsfn_optimizer.cpp47 if (sfn_log.has_debug_flag(SfnLog::opt)) { in optimize()
111 if (sfn_log.has_debug_flag(SfnLog::opt)) { in dead_code_elimination()
305 if (sfn_log.has_debug_flag(SfnLog::opt)) { in copy_propagation_fwd()
326 if (sfn_log.has_debug_flag(SfnLog::opt)) { in copy_propagation_backward()
Dsfn_debug.h105 int has_debug_flag(uint64_t flag) { in has_debug_flag() function
Dsfn_scheduler.cpp231 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule()
246 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule()
271 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in run()
Dsfn_liverangeevaluator.cpp146 if (sfn_log.has_debug_flag(SfnLog::merge)) { in LiveRangeInstrVisitor()