Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp373 m_export_index(index) in MemRingOutInstr()
379 if (m_export_index) in MemRingOutInstr()
380 m_export_index->add_use(this); in MemRingOutInstr()
406 equal &= (*m_export_index == *oth.m_export_index); in is_equal_to()
419 os << " @" << *m_export_index; in do_print() local
429 m_export_index = index; in patch_ring()
434 if (m_export_index && !m_export_index->ready(block_id(), index()))
H A Dsfn_instr_export.h176 unsigned index_reg() const {assert(m_export_index->sel() >= 0); return m_export_index->sel();} in index_reg()
178 PVirtualValue export_index() const {return m_export_index;} in export_index()
198 PRegister m_export_index; member in r600::MemRingOutInstr

Completed in 2 milliseconds