Searched refs:emit_fsign (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 222 void emit_fsign(const class brw::fs_builder &, const nir_alu_instr *instr,
|
H A D | brw_fs_nir.cpp | 820 fs_visitor::emit_fsign(const fs_builder &bld, const nir_alu_instr *instr, in emit_fsign() function in fs_visitor 939 * \c emit_fsign could fuse the multiplication with the \c sign() calculation. 959 * \c emit_fsign only examines the source modifiers of the source of the in can_fuse_fmul_fsign() 1206 emit_fsign(bld, instr, result, op, 0); in nir_emit_alu() 1302 emit_fsign(bld, instr, result, op, i); in nir_emit_alu()
|
Completed in 8 milliseconds