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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c394 ppir_dest *ld_dest = &load->dest; local in function:ppir_update_spilled_src
395 ld_dest->type = ppir_target_pipeline;
396 ld_dest->pipeline = ppir_pipeline_reg_uniform;
397 ld_dest->write_mask = 0xf;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c204 ppir_dest *ld_dest = &load->dest; local in function:ppir_update_spilled_src
205 ld_dest->type = ppir_target_pipeline;
206 ld_dest->pipeline = ppir_pipeline_reg_uniform;
207 ld_dest->write_mask = u_bit_consecutive(0, num_components);

Completed in 3 milliseconds