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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c322 struct sort_rec temps_order[ETNA_MAX_TEMPS]; local in function:assign_inouts_to_temporaries
325 num_temps = sort_registers(temps_order, &c->file[TGSI_FILE_TEMPORARY],
330 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c332 struct sort_rec temps_order[ETNA_MAX_TEMPS]; local in function:assign_inouts_to_temporaries
335 num_temps = sort_registers(temps_order, &c->file[TGSI_FILE_TEMPORARY],
340 struct etna_reg_desc *temp = temps_order[temp_ptr].ptr;

Completed in 8 milliseconds