Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_fetch.cpp77 case vc_read_scratch : in FetchInstr()
199 if (m_opcode != vc_read_scratch) in do_print()
242 if (m_opcode != vc_read_scratch) in do_print()
264 if (m_tex_flags.test(uncached) && m_opcode != vc_read_scratch) os << " UNCACHED"; in do_print()
265 if (m_tex_flags.test(indexed) && m_opcode != vc_read_scratch) os << " INDEXED"; in do_print()
634 FetchInstr(vc_read_scratch, in LoadFromScratch()
H A Dsfn_defines.h208 vc_read_scratch = FETCH_OP_READ_SCRATCH, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instrfromstring_test.cpp495 FetchInstr expect_fetch(vc_read_scratch, in TEST_F()
557 FetchInstr expect_fetch(vc_read_scratch, in TEST_F()

Completed in 4 milliseconds