Searched defs:first_writes (Results 1 – 1 of 1) sorted by relevance
4988 glsl_to_tgsi_visitor::get_first_temp_write(int *first_writes) in get_first_temp_write()5047 glsl_to_tgsi_visitor::get_last_temp_read_first_temp_write(int *last_reads, int *first_writes) in get_last_temp_read_first_temp_write()5729 int *first_writes = ralloc_array(mem_ctx, int, this->next_temp); in renumber_registers() local