Home
last modified time | relevance | path

Searched refs:nir_emit_alu (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h343 virtual void nir_emit_alu(nir_alu_instr *instr);
Dbrw_fs.h209 void nir_emit_alu(const brw::fs_builder &bld, nir_alu_instr *instr);
Dbrw_vec4_nir.cpp156 nir_emit_alu(nir_instr_as_alu(instr)); in nir_emit_instr()
1160 vec4_visitor::nir_emit_alu(nir_alu_instr *instr) in nir_emit_alu() function in brw::vec4_visitor
Dbrw_fs_nir.cpp413 nir_emit_alu(abld, nir_instr_as_alu(instr)); in nir_emit_instr()
637 fs_visitor::nir_emit_alu(const fs_builder &bld, nir_alu_instr *instr) in nir_emit_alu() function in fs_visitor