Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h90 uint32_t mega_fetch_count() const {return m_mega_fetch_count;} in mega_fetch_count()
105 void set_mfc(int mfc) {m_tex_flags.set(is_mega_fetch); m_mega_fetch_count = mfc;} in set_mfc()
149 uint32_t m_mega_fetch_count; member in r600::FetchInstr
H A Dsfn_instr_fetch.cpp59 m_mega_fetch_count(0), in FetchInstr()
131 m_mega_fetch_count == rhs.m_mega_fetch_count && in is_equal_to()
252 os << " MFC:" << m_mega_fetch_count; in do_print() local

Completed in 3 milliseconds