Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instrfactory.cpp77 result = AluInstr::from_string(is, m_value_factory, group); in from_string()
79 result = TexInstr::from_string(is, m_value_factory); in from_string()
81 result = ExportInstr::from_string(is, m_value_factory); in from_string()
83 result = ExportInstr::last_from_string(is, m_value_factory); in from_string()
85 result = FetchInstr::from_string(is, m_value_factory); in from_string()
87 result = QueryBufferSizeInstr::from_string(is, m_value_factory); in from_string()
89 result = LoadFromBuffer::from_string(is, m_value_factory); in from_string()
91 result = LoadFromScratch::from_string(is, m_value_factory); in from_string()
93 result = IfInstr::from_string(is, m_value_factory); in from_string()
95 result = ScratchIOInstr::from_string(is, m_value_factory); in from_string()
[all …]
Dsfn_instrfactory.h45 auto& value_factory() { return m_value_factory;} in value_factory()
54 ValueFactory m_value_factory; variable
Dsfn_scheduler.cpp46 m_value_factory(vf) {} in CollectInstructions()
55 alu_groups.push_back(instr->split(m_value_factory)); in visit()
144 ValueFactory& m_value_factory; member in r600::CollectInstructions