Home
last modified time | relevance | path

Searched refs:from_nir (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp118 bool InstrFactory::from_nir(nir_instr *instr, Shader& shader) in from_nir() function in r600::InstrFactory
122 return AluInstr::from_nir(nir_instr_as_alu(instr), shader); in from_nir()
128 return TexInstr::from_nir(nir_instr_as_tex(instr), shader); in from_nir()
H A Dsfn_instrfactory.h44 bool from_nir(nir_instr *instr, Shader& shader);
H A Dsfn_instr_tex.h140 static bool from_nir(nir_tex_instr *tex, Shader& shader);
H A Dsfn_instr_alu.h135 static bool from_nir(nir_alu_instr *alu, Shader& shader);
H A Dsfn_shader.cpp758 return m_instr_factory->from_nir(instr, *this); in process_instr()
H A Dsfn_instr_tex.cpp321 bool TexInstr::from_nir(nir_tex_instr *tex, Shader& shader) in from_nir() function in r600::TexInstr
H A Dsfn_instr_alu.cpp1164 bool AluInstr::from_nir(nir_alu_instr *alu, Shader& shader) in from_nir() function in r600::AluInstr
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c612 struct pipe_shader_state from_nir = { PIPE_SHADER_IR_TGSI }; in i915_create_vs_state() local
623 from_nir.tokens = nir_to_tgsi(s, pipe->screen); in i915_create_vs_state()
624 templ = &from_nir; in i915_create_vs_state()

Completed in 13 milliseconds