Searched refs:mov_cmp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c182 nir_alu_instr *mov_cmp = nir_alu_instr_create(bld->shader, nir_op_mov); local in function:rewrite_compare_instruction
183 mov_cmp->dest.write_mask = orig_cmp->dest.write_mask;
184 nir_ssa_dest_init(&mov_cmp->instr, &mov_cmp->dest.dest,
187 mov_cmp->src[0].src = nir_src_for_ssa(cmp);
189 nir_builder_instr_insert(bld, &mov_cmp->instr);
192 &mov_cmp->dest.dest.ssa);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c186 nir_alu_instr *mov_cmp = nir_alu_instr_create(mem_ctx, nir_op_imov); local in function:rewrite_compare_instruction
187 mov_cmp->dest.write_mask = orig_cmp->dest.write_mask;
188 nir_ssa_dest_init(&mov_cmp->instr, &mov_cmp->dest.dest,
191 mov_cmp->src[0].src = nir_src_for_ssa(cmp);
193 nir_builder_instr_insert(bld, &mov_cmp->instr);
196 nir_src_for_ssa(&mov_cmp->dest.dest.ssa));

Completed in 3 milliseconds