Home
last modified time | relevance | path

Searched refs:set_print_skip (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp72 set_print_skip(mfc); in FetchInstr()
73 set_print_skip(fmt); in FetchInstr()
74 set_print_skip(ftype); in FetchInstr()
521 set_print_skip(mfc); in QueryBufferSizeInstr()
522 set_print_skip(fmt); in QueryBufferSizeInstr()
523 set_print_skip(ftype); in QueryBufferSizeInstr()
553 set_print_skip(mfc); in LoadFromBuffer()
554 set_print_skip(fmt); in LoadFromBuffer()
555 set_print_skip(ftype); in LoadFromBuffer()
654 set_print_skip(mfc); in LoadFromScratch()
[all …]
Dsfn_instr_fetch.h110 void set_print_skip(EPrintSkip skip) {m_skip_print.set(skip);} in set_print_skip() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
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()