Home
last modified time | relevance | path

Searched refs:is_mega_fetch (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h48 is_mega_fetch, enumerator
105 void set_mfc(int mfc) {m_tex_flags.set(is_mega_fetch); m_mega_fetch_count = mfc;} in set_mfc()
H A Dsfn_instr_fetch.cpp251 if (m_tex_flags.test(is_mega_fetch) && !m_skip_print.test(mfc)) in do_print()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp718 EXPECT_TRUE(fetch1.has_fetch_flag(static_cast<FetchInstr::EFlags>(FetchInstr::is_mega_fetch))); in TEST_F()
782 EXPECT_TRUE(fetch1.has_fetch_flag(static_cast<FetchInstr::EFlags>(FetchInstr::is_mega_fetch))); in TEST_F()

Completed in 4 milliseconds