Home
last modified time | relevance | path

Searched refs:InstrFactory (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp51 InstrFactory::InstrFactory(): in InstrFactory() function in r600::InstrFactory
57 PInst InstrFactory::from_string(const std::string& s, int nesting_depth) in from_string()
118 bool InstrFactory::from_nir(nir_instr *instr, Shader& shader) in from_nir()
139 bool InstrFactory::load_const(nir_load_const_instr *literal, Shader& shader) in load_const()
178 bool InstrFactory::process_jump(nir_jump_instr *instr, Shader& shader) in process_jump()
202 bool InstrFactory::process_undef(nir_ssa_undef_instr *undef, Shader& shader) in process_undef()
H A Dsfn_instrfactory.h39 class InstrFactory : public Allocate { class
41 InstrFactory();
H A Dsfn_shader.h325 InstrFactory *m_instr_factory;
H A Dsfn_shader.cpp176 m_instr_factory = new InstrFactory(); in Shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_shaderfromstring_test.cpp21 m_instr_factory = new InstrFactory();
36 InstrFactory *m_instr_factory = nullptr;
H A Dsfn_instrfromstring_test.cpp34 InstrFactory m_instr_factory;

Completed in 5 milliseconds