Searched refs:prepare_alu_destination_and_sources (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs.h | 429 fs_reg prepare_alu_destination_and_sources(const brw::fs_builder &bld,
|
D | brw_fs_nir.cpp | 724 fs_visitor::prepare_alu_destination_and_sources(const fs_builder &bld, in prepare_alu_destination_and_sources() function in fs_visitor 798 prepare_alu_destination_and_sources(bld, inot_instr, &op[i], false); in resolve_inot_sources() 836 prepare_alu_destination_and_sources(bld, inot_instr, &op, false); in try_emit_b2fi_of_inot() 1012 fs_reg result = prepare_alu_destination_and_sources(bld, instr, op, need_dest); in nir_emit_alu() 1459 prepare_alu_destination_and_sources(bld, inot_src_instr, op, false); in nir_emit_alu()
|