Home
last modified time | relevance | path

Searched refs:need_dest (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h238 bool need_dest);
432 bool need_dest);
Dbrw_fs_nir.cpp727 bool need_dest) in prepare_alu_destination_and_sources() argument
730 need_dest ? get_nir_dest(instr->dest.dest) : bld.null_reg_ud(); in prepare_alu_destination_and_sources()
1004 bool need_dest) in nir_emit_alu() argument
1012 fs_reg result = prepare_alu_destination_and_sources(bld, instr, op, need_dest); in nir_emit_alu()