Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.h55 enum EPrintSkip { enum in r600::FetchInstr
110 void set_print_skip(EPrintSkip skip) {m_skip_print.set(skip);} in set_print_skip()
147 std::bitset<EPrintSkip::count> m_skip_print;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instrfromstring_test.cpp506 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::mfc); in TEST_F()
507 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::fmt); in TEST_F()
508 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::ftype); in TEST_F()
568 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::mfc); in TEST_F()
569 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::fmt); in TEST_F()
570 expect_fetch.set_print_skip(FetchInstr::EPrintSkip::ftype); in TEST_F()

Completed in 2 milliseconds