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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c415 ppir_dest *alu_dest = &move_alu->dest; local in function:ppir_update_spilled_src
416 alu_dest->type = ppir_target_ssa;
417 alu_dest->ssa.num_components = 4;
418 alu_dest->ssa.live_in = INT_MAX;
419 alu_dest->ssa.live_out = 0;
420 alu_dest->write_mask = 0xf;
422 list_addtail(&alu_dest->ssa.list, &comp->reg_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c238 ppir_dest *alu_dest = &move_alu->dest; local in function:ppir_update_spilled_src
239 alu_dest->type = ppir_target_ssa;
240 alu_dest->ssa.num_components = num_components;
241 alu_dest->ssa.spilled = true;
242 alu_dest->write_mask = u_bit_consecutive(0, num_components);
244 list_addtail(&alu_dest->ssa.list, &comp->reg_list);

Completed in 6 milliseconds