Home
last modified time | relevance | path

Searched refs:m_log_mask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp83 m_log_mask(0), in SfnLog()
87 m_log_mask = debug_get_flags_option("R600_NIR_DEBUG", sfn_debug_options, 0); in SfnLog()
88 m_log_mask ^= err; in SfnLog()
99 if (m_active_log_flags & m_log_mask) in f()
106 if (m_active_log_flags & m_log_mask) in operator <<()
113 if (m_active_log_flags & m_log_mask) in operator <<()
H A Dsfn_debug.h89 if (m_active_log_flags & m_log_mask) in operator <<()
106 return (m_log_mask & flag) == flag; in has_debug_flag()
111 uint64_t m_log_mask; member in r600::SfnLog

Completed in 1 milliseconds